Html Css Color HEX #C24A0C Rust

📋 copy color: '#C24A0C'

red 194 ◦ green 74 ◦ blue 12

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

Shades of Rust #C24A0C

Tints of Rust #C24A0C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.43%

 BLUE value IS 12 (5.08% from 255) = 4.29%

R = 69.29%
G = 26.43%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C24A0C (or 0xC24A0C) is known color: Rust. HEX triplet: C2, 4A and 0C. RGB value is (194,74,12). Sum of RGB (Red+Green+Blue) = 194+74+12=280 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.29% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24A0C is #3DB5F3. Grayscale: #676767. Windows color (decimal): -4044276 or 805570. OLE color: 805570.

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

Color convert

RGB 194 74 12 -
CMYK 0 0.62 0.94 0.24
HSL 20.44º 0.88% 0.4% -
HSV(B) 20.44º 0.94% 0.76% -
XYZ 24.76 16.39 2.21 -
YUV 102.81 76.76 193.04 -
System Red Green Blue C M Y K H S L
Decimal 194 74 12 0 0.62 0.94 0.24 20.44 0.88 0.4
Hex C2 4A C 0 3E 5E 18 14 58 28
Octal 302 112 14 0 76 136 30 24 130 50
Binary 11000010 1001010 1100 0 111110 1011110 11000 10100 1011000 101000

Color Harmonies of #C24A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24A0C

Black with #C24A0C

Text Example


Text Example

White with #C24A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24A0C; }

 p { color: rgb(194,74,12); }

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

background-color css

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

 a { background-color: rgb(194,74,12); }

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

border-color css

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

 span { border-color: rgb(194,74,12); }

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