Html Css Color HEX #C24916 Rust

📋 copy color: '#C24916'

red 194 ◦ green 73 ◦ blue 22

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

Shades of Rust #C24916

Tints of Rust #C24916

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.26%

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

R = 67.13%
G = 25.26%
B = 7.61%

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

#C24916 (or 0xC24916) is known color: Rust. HEX triplet: C2, 49 and 16. RGB value is (194,73,22). Sum of RGB (Red+Green+Blue) = 194+73+22=289 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.13% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 194 - color contains mainly: red. Hex color #C24916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24916 is #3DB6E9. Grayscale: #676767. Windows color (decimal): -4044522 or 1460674. OLE color: 1460674.

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

Color convert

RGB 194 73 22 -
CMYK 0 0.62 0.89 0.24
HSL 17.79º 0.8% 0.42% -
HSV(B) 17.79º 0.89% 0.76% -
XYZ 24.78 16.29 2.6 -
YUV 103.37 82.09 192.65 -
System Red Green Blue C M Y K H S L
Decimal 194 73 22 0 0.62 0.89 0.24 17.79 0.8 0.42
Hex C2 49 16 0 3E 59 18 12 50 2A
Octal 302 111 26 0 76 131 30 22 120 52
Binary 11000010 1001001 10110 0 111110 1011001 11000 10010 1010000 101010

Color Harmonies of #C24916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24916

Black with #C24916

Text Example


Text Example

White with #C24916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24916; }

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

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

background-color css

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

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

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

border-color css

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

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

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