Html Css Color HEX #C44A18 Rust

📋 copy color: '#C44A18'

red 196 ◦ green 74 ◦ blue 24

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

Shades of Rust #C44A18

Tints of Rust #C44A18

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.17%

 BLUE value IS 24 (9.77% from 255) = 8.16%

R = 66.67%
G = 25.17%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C44A18 (or 0xC44A18) is known color: Rust. HEX triplet: C4, 4A and 18. RGB value is (196,74,24). Sum of RGB (Red+Green+Blue) = 196+74+24=294 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.67% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 196 - color contains mainly: red. Hex color #C44A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44A18 is #3BB5E7. Grayscale: #696969. Windows color (decimal): -3913192 or 1592004. OLE color: 1592004.

HSL color Cylindrical-coordinate representation of color #C44A18: hue angle of 17.44º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C44A18 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 74 24 -
CMYK 0 0.62 0.88 0.23
HSL 17.44º 0.78% 0.43% -
HSV(B) 17.44º 0.88% 0.77% -
XYZ 25.38 16.7 2.75 -
YUV 104.78 82.42 193.07 -
System Red Green Blue C M Y K H S L
Decimal 196 74 24 0 0.62 0.88 0.23 17.44 0.78 0.43
Hex C4 4A 18 0 3E 58 17 11 4E 2B
Octal 304 112 30 0 76 130 27 21 116 53
Binary 11000100 1001010 11000 0 111110 1011000 10111 10001 1001110 101011

Color Harmonies of #C44A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44A18

Black with #C44A18

Text Example


Text Example

White with #C44A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44A18; }

 p { color: rgb(196,74,24); }

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

background-color css

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

 a { background-color: rgb(196,74,24); }

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

border-color css

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

 span { border-color: rgb(196,74,24); }

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