Html Css Color HEX #C24C0C Rust

📋 copy color: '#C24C0C'

red 194 ◦ green 76 ◦ blue 12

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

Shades of Rust #C24C0C

Tints of Rust #C24C0C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.95%

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

R = 68.79%
G = 26.95%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C24C0C (or 0xC24C0C) is known color: Rust. HEX triplet: C2, 4C and 0C. RGB value is (194,76,12). Sum of RGB (Red+Green+Blue) = 194+76+12=282 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.79% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24C0C is #3DB3F3. Grayscale: #686868. Windows color (decimal): -4043764 or 806082. OLE color: 806082.

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

Color convert

RGB 194 76 12 -
CMYK 0 0.61 0.94 0.24
HSL 21.1º 0.88% 0.4% -
HSV(B) 21.1º 0.94% 0.76% -
XYZ 24.9 16.66 2.25 -
YUV 103.99 76.09 192.2 -
System Red Green Blue C M Y K H S L
Decimal 194 76 12 0 0.61 0.94 0.24 21.1 0.88 0.4
Hex C2 4C C 0 3D 5E 18 15 58 28
Octal 302 114 14 0 75 136 30 25 130 50
Binary 11000010 1001100 1100 0 111101 1011110 11000 10101 1011000 101000

Color Harmonies of #C24C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24C0C

Black with #C24C0C

Text Example


Text Example

White with #C24C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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