Html Css Color HEX #C24208 Rust

📋 copy color: '#C24208'

red 194 ◦ green 66 ◦ blue 8

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

Shades of Rust #C24208

Tints of Rust #C24208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.99%

R = 72.39%
G = 24.63%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C24208 (or 0xC24208) is known color: Rust. HEX triplet: C2, 42 and 08. RGB value is (194,66,8). Sum of RGB (Red+Green+Blue) = 194+66+8=268 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.39% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 194 - color contains mainly: red. Hex color #C24208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24208 is #3DBDF7. Grayscale: #626262. Windows color (decimal): -4046328 or 541378. OLE color: 541378.

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

Color convert

RGB 194 66 8 -
CMYK 0 0.66 0.96 0.24
HSL 18.71º 0.92% 0.4% -
HSV(B) 18.71º 0.96% 0.76% -
XYZ 24.24 15.38 1.92 -
YUV 97.66 77.41 196.72 -
System Red Green Blue C M Y K H S L
Decimal 194 66 8 0 0.66 0.96 0.24 18.71 0.92 0.4
Hex C2 42 8 0 42 60 18 13 5C 28
Octal 302 102 10 0 102 140 30 23 134 50
Binary 11000010 1000010 1000 0 1000010 1100000 11000 10011 1011100 101000

Color Harmonies of #C24208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24208

Black with #C24208

Text Example


Text Example

White with #C24208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24208; }

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

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

background-color css

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

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

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

border-color css

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

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

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