Html Css Color HEX #C44C11 Rust

📋 copy color: '#C44C11'

red 196 ◦ green 76 ◦ blue 17

#C44C11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #C44C11

Tints of Rust #C44C11

RGB

 RED value IS 196 (76.95% from 255) = 67.82%

 GREEN value IS 76 (30.08% from 255) = 26.3%

 BLUE value IS 17 (7.03% from 255) = 5.88%

R = 67.82%
G = 26.3%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C44C11 (or 0xC44C11) is known color: Rust. HEX triplet: C4, 4C and 11. RGB value is (196,76,17). Sum of RGB (Red+Green+Blue) = 196+76+17=289 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.82% from 289); Green value is 76 (30.08% from 255 or 26.30% from 289); Blue value is 17 (7.03% from 255 or 5.88% from 289); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44C11 is #3BB3EE. Grayscale: #696969. Windows color (decimal): -3912687 or 1133764. OLE color: 1133764.

HSL color Cylindrical-coordinate representation of color #C44C11: hue angle of 19.78º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C44C11 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 76 17 -
CMYK 0 0.61 0.91 0.23
HSL 19.78º 0.84% 0.42% -
HSV(B) 19.78º 0.91% 0.77% -
XYZ 25.45 16.95 2.46 -
YUV 105.15 78.26 192.8 -
System Red Green Blue C M Y K H S L
Decimal 196 76 17 0 0.61 0.91 0.23 19.78 0.84 0.42
Hex C4 4C 11 0 3D 5B 17 14 54 2A
Octal 304 114 21 0 75 133 27 24 124 52
Binary 11000100 1001100 10001 0 111101 1011011 10111 10100 1010100 101010

Color Harmonies of #C44C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44C11

Black with #C44C11

Text Example


Text Example

White with #C44C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44C11; }

 p { color: rgb(196,76,17); }

 H1.HeaderClassName
 {
   color: #C44C11;
 }
 .AnyTagClassName
 {
   color: #C44C11;
 }
</style>

background-color css

<style>
 a { background-color: #C44C11; }

 a { background-color: rgb(196,76,17); }

 div.DivClassName
 {
   background-color: #C44C11;
 }
 .BgClassName
 {
   background-color: #C44C11;
 }
</style>

border-color css

<style>
 span { border-color: #C44C11; }

 span { border-color: rgb(196,76,17); }

 td.TdClassName
 {
   border-color: #C44C11;
 }
 .TagClassName
 {
   border-color: #C44C11;
 }
</style>