Html Css Color HEX #C24616 Rust

📋 copy color: '#C24616'

red 194 ◦ green 70 ◦ blue 22

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

Shades of Rust #C24616

Tints of Rust #C24616

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.48%

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

R = 67.83%
G = 24.48%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C24616 (or 0xC24616) is known color: Rust. HEX triplet: C2, 46 and 16. RGB value is (194,70,22). Sum of RGB (Red+Green+Blue) = 194+70+22=286 (37% of max value = 765). Red value is 194 (76.17% from 255 or 67.83% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 194 - color contains mainly: red. Hex color #C24616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24616 is #3DB9E9. Grayscale: #656565. Windows color (decimal): -4045290 or 1459906. OLE color: 1459906.

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

Color convert

RGB 194 70 22 -
CMYK 0 0.64 0.89 0.24
HSL 16.74º 0.8% 0.42% -
HSV(B) 16.74º 0.89% 0.76% -
XYZ 24.58 15.91 2.53 -
YUV 101.6 83.08 193.9 -
System Red Green Blue C M Y K H S L
Decimal 194 70 22 0 0.64 0.89 0.24 16.74 0.8 0.42
Hex C2 46 16 0 40 59 18 11 50 2A
Octal 302 106 26 0 100 131 30 21 120 52
Binary 11000010 1000110 10110 0 1000000 1011001 11000 10001 1010000 101010

Color Harmonies of #C24616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24616

Black with #C24616

Text Example


Text Example

White with #C24616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24616; }

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

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

background-color css

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

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

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

border-color css

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

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

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