Html Css Color HEX #C24112 Rust

📋 copy color: '#C24112'

red 194 ◦ green 65 ◦ blue 18

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

Shades of Rust #C24112

Tints of Rust #C24112

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.47%

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

R = 70.04%
G = 23.47%
B = 6.5%

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

#C24112 (or 0xC24112) is known color: Rust. HEX triplet: C2, 41 and 12. RGB value is (194,65,18). Sum of RGB (Red+Green+Blue) = 194+65+18=277 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.04% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 194 - color contains mainly: red. Hex color #C24112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24112 is #3DBEED. Grayscale: #626262. Windows color (decimal): -4046574 or 1196482. OLE color: 1196482.

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

Color convert

RGB 194 65 18 -
CMYK 0 0.66 0.91 0.24
HSL 16.02º 0.83% 0.42% -
HSV(B) 16.02º 0.91% 0.76% -
XYZ 24.25 15.29 2.25 -
YUV 98.21 82.74 196.32 -
System Red Green Blue C M Y K H S L
Decimal 194 65 18 0 0.66 0.91 0.24 16.02 0.83 0.42
Hex C2 41 12 0 42 5B 18 10 53 2A
Octal 302 101 22 0 102 133 30 20 123 52
Binary 11000010 1000001 10010 0 1000010 1011011 11000 10000 1010011 101010

Color Harmonies of #C24112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24112

Black with #C24112

Text Example


Text Example

White with #C24112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24112; }

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

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

background-color css

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

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

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

border-color css

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

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

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