Html Css Color HEX #C24A16 Rust

📋 copy color: '#C24A16'

red 194 ◦ green 74 ◦ blue 22

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

Shades of Rust #C24A16

Tints of Rust #C24A16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.59%

R = 66.9%
G = 25.52%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C24A16 (or 0xC24A16) is known color: Rust. HEX triplet: C2, 4A and 16. RGB value is (194,74,22). Sum of RGB (Red+Green+Blue) = 194+74+22=290 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.90% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24A16 is #3DB5E9. Grayscale: #686868. Windows color (decimal): -4044266 or 1460930. OLE color: 1460930.

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

Color convert

RGB 194 74 22 -
CMYK 0 0.62 0.89 0.24
HSL 18.14º 0.8% 0.42% -
HSV(B) 18.14º 0.89% 0.76% -
XYZ 24.84 16.42 2.62 -
YUV 103.95 81.76 192.23 -
System Red Green Blue C M Y K H S L
Decimal 194 74 22 0 0.62 0.89 0.24 18.14 0.8 0.42
Hex C2 4A 16 0 3E 59 18 12 50 2A
Octal 302 112 26 0 76 131 30 22 120 52
Binary 11000010 1001010 10110 0 111110 1011001 11000 10010 1010000 101010

Color Harmonies of #C24A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24A16

Black with #C24A16

Text Example


Text Example

White with #C24A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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