Html Css Color HEX #C24412 Rust

📋 copy color: '#C24412'

red 194 ◦ green 68 ◦ blue 18

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

Shades of Rust #C24412

Tints of Rust #C24412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.43%

R = 69.29%
G = 24.29%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C24412 (or 0xC24412) is known color: Rust. HEX triplet: C2, 44 and 12. RGB value is (194,68,18). Sum of RGB (Red+Green+Blue) = 194+68+18=280 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.29% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 194 - color contains mainly: red. Hex color #C24412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24412 is #3DBBED. Grayscale: #646464. Windows color (decimal): -4045806 or 1197250. OLE color: 1197250.

HSL color Cylindrical-coordinate representation of color #C24412: hue angle of 17.05º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C24412 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 68 18 -
CMYK 0 0.65 0.91 0.24
HSL 17.05º 0.83% 0.42% -
HSV(B) 17.05º 0.91% 0.76% -
XYZ 24.42 15.65 2.31 -
YUV 99.97 81.74 195.07 -
System Red Green Blue C M Y K H S L
Decimal 194 68 18 0 0.65 0.91 0.24 17.05 0.83 0.42
Hex C2 44 12 0 41 5B 18 11 53 2A
Octal 302 104 22 0 101 133 30 21 123 52
Binary 11000010 1000100 10010 0 1000001 1011011 11000 10001 1010011 101010

Color Harmonies of #C24412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24412

Black with #C24412

Text Example


Text Example

White with #C24412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24412; }

 p { color: rgb(194,68,18); }

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

background-color css

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

 a { background-color: rgb(194,68,18); }

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

border-color css

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

 span { border-color: rgb(194,68,18); }

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