Html Css Color HEX #C24818 Rust

📋 copy color: '#C24818'

red 194 ◦ green 72 ◦ blue 24

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

Shades of Rust #C24818

Tints of Rust #C24818

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.83%

 BLUE value IS 24 (9.77% from 255) = 8.28%

R = 66.9%
G = 24.83%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C24818 (or 0xC24818) is known color: Rust. HEX triplet: C2, 48 and 18. RGB value is (194,72,24). Sum of RGB (Red+Green+Blue) = 194+72+24=290 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.90% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 24 (9.77% from 255 or 8.28% from 290); Max value from RGB is 194 - color contains mainly: red. Hex color #C24818 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24818 is #3DB7E7. Grayscale: #676767. Windows color (decimal): -4044776 or 1591490. OLE color: 1591490.

HSL color Cylindrical-coordinate representation of color #C24818: hue angle of 16.94º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C24818 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 72 24 -
CMYK 0 0.63 0.88 0.24
HSL 16.94º 0.78% 0.43% -
HSV(B) 16.94º 0.88% 0.76% -
XYZ 24.73 16.17 2.68 -
YUV 103.01 83.42 192.9 -
System Red Green Blue C M Y K H S L
Decimal 194 72 24 0 0.63 0.88 0.24 16.94 0.78 0.43
Hex C2 48 18 0 3F 58 18 11 4E 2B
Octal 302 110 30 0 77 130 30 21 116 53
Binary 11000010 1001000 11000 0 111111 1011000 11000 10001 1001110 101011

Color Harmonies of #C24818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24818

Black with #C24818

Text Example


Text Example

White with #C24818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24818; }

 p { color: rgb(194,72,24); }

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

background-color css

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

 a { background-color: rgb(194,72,24); }

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

border-color css

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

 span { border-color: rgb(194,72,24); }

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