Html Css Color HEX #C24016 Rust

📋 copy color: '#C24016'

red 194 ◦ green 64 ◦ blue 22

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

Shades of Rust #C24016

Tints of Rust #C24016

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.86%

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

R = 69.29%
G = 22.86%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C24016 (or 0xC24016) is known color: Rust. HEX triplet: C2, 40 and 16. RGB value is (194,64,22). Sum of RGB (Red+Green+Blue) = 194+64+22=280 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.29% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 194 - color contains mainly: red. Hex color #C24016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24016 is #3DBFE9. Grayscale: #626262. Windows color (decimal): -4046826 or 1458370. OLE color: 1458370.

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

Color convert

RGB 194 64 22 -
CMYK 0 0.67 0.89 0.24
HSL 14.65º 0.8% 0.42% -
HSV(B) 14.65º 0.89% 0.76% -
XYZ 24.23 15.19 2.41 -
YUV 98.08 85.07 196.42 -
System Red Green Blue C M Y K H S L
Decimal 194 64 22 0 0.67 0.89 0.24 14.65 0.8 0.42
Hex C2 40 16 0 43 59 18 F 50 2A
Octal 302 100 26 0 103 131 30 17 120 52
Binary 11000010 1000000 10110 0 1000011 1011001 11000 1111 1010000 101010

Color Harmonies of #C24016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24016

Black with #C24016

Text Example


Text Example

White with #C24016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24016; }

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

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

background-color css

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

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

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

border-color css

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

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

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