Html Css Color HEX #C44204 Rust

📋 copy color: '#C44204'

red 196 ◦ green 66 ◦ blue 4

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

Shades of Rust #C44204

Tints of Rust #C44204

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.81%

 BLUE value IS 4 (1.95% from 255) = 1.5%

R = 73.68%
G = 24.81%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C44204 (or 0xC44204) is known color: Rust. HEX triplet: C4, 42 and 04. RGB value is (196,66,4). Sum of RGB (Red+Green+Blue) = 196+66+4=266 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.68% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 196 - color contains mainly: red. Hex color #C44204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44204 is #3BBDFB. Grayscale: #626262. Windows color (decimal): -3915260 or 279236. OLE color: 279236.

HSL color Cylindrical-coordinate representation of color #C44204: hue angle of 19.38º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C44204 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 66 4 -
CMYK 0 0.66 0.98 0.23
HSL 19.38º 0.96% 0.39% -
HSV(B) 19.38º 0.98% 0.77% -
XYZ 24.74 15.64 1.83 -
YUV 97.8 75.07 198.04 -
System Red Green Blue C M Y K H S L
Decimal 196 66 4 0 0.66 0.98 0.23 19.38 0.96 0.39
Hex C4 42 4 0 42 62 17 13 60 27
Octal 304 102 4 0 102 142 27 23 140 47
Binary 11000100 1000010 100 0 1000010 1100010 10111 10011 1100000 100111

Color Harmonies of #C44204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44204

Black with #C44204

Text Example


Text Example

White with #C44204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44204; }

 p { color: rgb(196,66,4); }

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

background-color css

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

 a { background-color: rgb(196,66,4); }

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

border-color css

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

 span { border-color: rgb(196,66,4); }

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