Html Css Color HEX #C24204 Rust

📋 copy color: '#C24204'

red 194 ◦ green 66 ◦ blue 4

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

Shades of Rust #C24204

Tints of Rust #C24204

RGB

 RED value IS 194 (76.17% from 255) = 73.48%

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

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

R = 73.48%
G = 25%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C24204 (or 0xC24204) is known color: Rust. HEX triplet: C2, 42 and 04. RGB value is (194,66,4). Sum of RGB (Red+Green+Blue) = 194+66+4=264 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.48% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 4 (1.95% from 255 or 1.52% from 264); Max value from RGB is 194 - color contains mainly: red. Hex color #C24204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24204 is #3DBDFB. Grayscale: #616161. Windows color (decimal): -4046332 or 279234. OLE color: 279234.

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

Color convert

RGB 194 66 4 -
CMYK 0 0.66 0.98 0.24
HSL 19.58º 0.96% 0.39% -
HSV(B) 19.58º 0.98% 0.76% -
XYZ 24.22 15.37 1.81 -
YUV 97.2 75.41 197.04 -
System Red Green Blue C M Y K H S L
Decimal 194 66 4 0 0.66 0.98 0.24 19.58 0.96 0.39
Hex C2 42 4 0 42 62 18 14 60 27
Octal 302 102 4 0 102 142 30 24 140 47
Binary 11000010 1000010 100 0 1000010 1100010 11000 10100 1100000 100111

Color Harmonies of #C24204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24204

Black with #C24204

Text Example


Text Example

White with #C24204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24204; }

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

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

background-color css

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

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

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

border-color css

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

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

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