Html Css Color HEX #C24918 Rust

📋 copy color: '#C24918'

red 194 ◦ green 73 ◦ blue 24

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

Shades of Rust #C24918

Tints of Rust #C24918

RGB

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

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

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

R = 66.67%
G = 25.09%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C24918 (or 0xC24918) is known color: Rust. HEX triplet: C2, 49 and 18. RGB value is (194,73,24). Sum of RGB (Red+Green+Blue) = 194+73+24=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 24 (9.77% from 255 or 8.25% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C24918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24918 is #3DB6E7. Grayscale: #676767. Windows color (decimal): -4044520 or 1591746. OLE color: 1591746.

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

Color convert

RGB 194 73 24 -
CMYK 0 0.62 0.88 0.24
HSL 17.29º 0.78% 0.43% -
HSV(B) 17.29º 0.88% 0.76% -
XYZ 24.8 16.3 2.7 -
YUV 103.59 83.09 192.48 -
System Red Green Blue C M Y K H S L
Decimal 194 73 24 0 0.62 0.88 0.24 17.29 0.78 0.43
Hex C2 49 18 0 3E 58 18 11 4E 2B
Octal 302 111 30 0 76 130 30 21 116 53
Binary 11000010 1001001 11000 0 111110 1011000 11000 10001 1001110 101011

Color Harmonies of #C24918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24918

Black with #C24918

Text Example


Text Example

White with #C24918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24918; }

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

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

background-color css

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

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

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

border-color css

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

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

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