Html Css Color HEX #C24D0C Rust

📋 copy color: '#C24D0C'

red 194 ◦ green 77 ◦ blue 12

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

Shades of Rust #C24D0C

Tints of Rust #C24D0C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.21%

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

R = 68.55%
G = 27.21%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C24D0C (or 0xC24D0C) is known color: Rust. HEX triplet: C2, 4D and 0C. RGB value is (194,77,12). Sum of RGB (Red+Green+Blue) = 194+77+12=283 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.55% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C24D0C is #3DB2F3. Grayscale: #686868. Windows color (decimal): -4043508 or 806338. OLE color: 806338.

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

Color convert

RGB 194 77 12 -
CMYK 0 0.60 0.94 0.24
HSL 21.43º 0.88% 0.4% -
HSV(B) 21.43º 0.94% 0.76% -
XYZ 24.97 16.8 2.28 -
YUV 104.57 75.76 191.79 -
System Red Green Blue C M Y K H S L
Decimal 194 77 12 0 0.60 0.94 0.24 21.43 0.88 0.4
Hex C2 4D C 0 3C 5E 18 15 58 28
Octal 302 115 14 0 74 136 30 25 130 50
Binary 11000010 1001101 1100 0 111100 1011110 11000 10101 1011000 101000

Color Harmonies of #C24D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24D0C

Black with #C24D0C

Text Example


Text Example

White with #C24D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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