Html Css Color HEX #C24D16 Rust

📋 copy color: '#C24D16'

red 194 ◦ green 77 ◦ blue 22

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

Shades of Rust #C24D16

Tints of Rust #C24D16

RGB

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

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

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

R = 66.21%
G = 26.28%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C24D16 (or 0xC24D16) is known color: Rust. HEX triplet: C2, 4D and 16. RGB value is (194,77,22). Sum of RGB (Red+Green+Blue) = 194+77+22=293 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.21% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C24D16 is #3DB2E9. Grayscale: #6A6A6A. Windows color (decimal): -4043498 or 1461698. OLE color: 1461698.

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

Color convert

RGB 194 77 22 -
CMYK 0 0.60 0.89 0.24
HSL 19.19º 0.8% 0.42% -
HSV(B) 19.19º 0.89% 0.76% -
XYZ 25.05 16.84 2.69 -
YUV 105.71 80.76 190.97 -
System Red Green Blue C M Y K H S L
Decimal 194 77 22 0 0.60 0.89 0.24 19.19 0.8 0.42
Hex C2 4D 16 0 3C 59 18 13 50 2A
Octal 302 115 26 0 74 131 30 23 120 52
Binary 11000010 1001101 10110 0 111100 1011001 11000 10011 1010000 101010

Color Harmonies of #C24D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24D16

Black with #C24D16

Text Example


Text Example

White with #C24D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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