Html Css Color HEX #C24212 Rust

📋 copy color: '#C24212'

red 194 ◦ green 66 ◦ blue 18

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

Shades of Rust #C24212

Tints of Rust #C24212

RGB

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

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

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

R = 69.78%
G = 23.74%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C24212 (or 0xC24212) is known color: Rust. HEX triplet: C2, 42 and 12. RGB value is (194,66,18). Sum of RGB (Red+Green+Blue) = 194+66+18=278 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.78% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 194 - color contains mainly: red. Hex color #C24212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24212 is #3DBDED. Grayscale: #636363. Windows color (decimal): -4046318 or 1196738. OLE color: 1196738.

HSL color Cylindrical-coordinate representation of color #C24212: hue angle of 16.36º 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 #C24212 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 66 18 -
CMYK 0 0.66 0.91 0.24
HSL 16.36º 0.83% 0.42% -
HSV(B) 16.36º 0.91% 0.76% -
XYZ 24.31 15.41 2.27 -
YUV 98.8 82.41 195.9 -
System Red Green Blue C M Y K H S L
Decimal 194 66 18 0 0.66 0.91 0.24 16.36 0.83 0.42
Hex C2 42 12 0 42 5B 18 10 53 2A
Octal 302 102 22 0 102 133 30 20 123 52
Binary 11000010 1000010 10010 0 1000010 1011011 11000 10000 1010011 101010

Color Harmonies of #C24212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24212

Black with #C24212

Text Example


Text Example

White with #C24212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24212; }

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

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

background-color css

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

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

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

border-color css

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

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

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