Html Css Color HEX #C44418 Rust

📋 copy color: '#C44418'

red 196 ◦ green 68 ◦ blue 24

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

Shades of Rust #C44418

Tints of Rust #C44418

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.61%

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

R = 68.06%
G = 23.61%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C44418 (or 0xC44418) is known color: Rust. HEX triplet: C4, 44 and 18. RGB value is (196,68,24). Sum of RGB (Red+Green+Blue) = 196+68+24=288 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.06% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 196 - color contains mainly: red. Hex color #C44418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44418 is #3BBBE7. Grayscale: #656565. Windows color (decimal): -3914728 or 1590468. OLE color: 1590468.

HSL color Cylindrical-coordinate representation of color #C44418: hue angle of 15.35º 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 #C44418 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 68 24 -
CMYK 0 0.65 0.88 0.23
HSL 15.35º 0.78% 0.43% -
HSV(B) 15.35º 0.88% 0.77% -
XYZ 25 15.94 2.62 -
YUV 101.26 84.41 195.58 -
System Red Green Blue C M Y K H S L
Decimal 196 68 24 0 0.65 0.88 0.23 15.35 0.78 0.43
Hex C4 44 18 0 41 58 17 F 4E 2B
Octal 304 104 30 0 101 130 27 17 116 53
Binary 11000100 1000100 11000 0 1000001 1011000 10111 1111 1001110 101011

Color Harmonies of #C44418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44418

Black with #C44418

Text Example


Text Example

White with #C44418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44418; }

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

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

background-color css

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

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

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

border-color css

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

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

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