Html Css Color HEX #C24213 Rust

📋 copy color: '#C24213'

red 194 ◦ green 66 ◦ blue 19

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

Shades of Rust #C24213

Tints of Rust #C24213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.81%

R = 69.53%
G = 23.66%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C24213 (or 0xC24213) is known color: Rust. HEX triplet: C2, 42 and 13. RGB value is (194,66,19). Sum of RGB (Red+Green+Blue) = 194+66+19=279 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.53% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 194 - color contains mainly: red. Hex color #C24213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24213 is #3DBDEC. Grayscale: #636363. Windows color (decimal): -4046317 or 1262274. OLE color: 1262274.

HSL color Cylindrical-coordinate representation of color #C24213: hue angle of 16.11º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C24213 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 66 19 -
CMYK 0 0.66 0.90 0.24
HSL 16.11º 0.82% 0.42% -
HSV(B) 16.11º 0.9% 0.76% -
XYZ 24.31 15.41 2.31 -
YUV 98.91 82.91 195.82 -
System Red Green Blue C M Y K H S L
Decimal 194 66 19 0 0.66 0.90 0.24 16.11 0.82 0.42
Hex C2 42 13 0 42 5A 18 10 52 2A
Octal 302 102 23 0 102 132 30 20 122 52
Binary 11000010 1000010 10011 0 1000010 1011010 11000 10000 1010010 101010

Color Harmonies of #C24213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24213

Black with #C24213

Text Example


Text Example

White with #C24213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24213; }

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

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

background-color css

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

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

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

border-color css

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

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

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