Html Css Color HEX #C24216 Rust

📋 copy color: '#C24216'

red 194 ◦ green 66 ◦ blue 22

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

Shades of Rust #C24216

Tints of Rust #C24216

RGB

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

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

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

R = 68.79%
G = 23.4%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C24216 (or 0xC24216) is known color: Rust. HEX triplet: C2, 42 and 16. RGB value is (194,66,22). Sum of RGB (Red+Green+Blue) = 194+66+22=282 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.79% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 194 - color contains mainly: red. Hex color #C24216 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24216 is #3DBDE9. Grayscale: #636363. Windows color (decimal): -4046314 or 1458882. OLE color: 1458882.

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

Color convert

RGB 194 66 22 -
CMYK 0 0.66 0.89 0.24
HSL 15.35º 0.8% 0.42% -
HSV(B) 15.35º 0.89% 0.76% -
XYZ 24.34 15.42 2.45 -
YUV 99.26 84.41 195.58 -
System Red Green Blue C M Y K H S L
Decimal 194 66 22 0 0.66 0.89 0.24 15.35 0.8 0.42
Hex C2 42 16 0 42 59 18 F 50 2A
Octal 302 102 26 0 102 131 30 17 120 52
Binary 11000010 1000010 10110 0 1000010 1011001 11000 1111 1010000 101010

Color Harmonies of #C24216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24216

Black with #C24216

Text Example


Text Example

White with #C24216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24216; }

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

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

background-color css

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

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

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

border-color css

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

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

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