Html Css Color HEX #C24118 Rust

📋 copy color: '#C24118'

red 194 ◦ green 65 ◦ blue 24

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

Shades of Rust #C24118

Tints of Rust #C24118

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.97%

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

R = 68.55%
G = 22.97%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C24118 (or 0xC24118) is known color: Rust. HEX triplet: C2, 41 and 18. RGB value is (194,65,24). Sum of RGB (Red+Green+Blue) = 194+65+24=283 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.55% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 194 - color contains mainly: red. Hex color #C24118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24118 is #3DBEE7. Grayscale: #636363. Windows color (decimal): -4046568 or 1589698. OLE color: 1589698.

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

Color convert

RGB 194 65 24 -
CMYK 0 0.66 0.88 0.24
HSL 14.47º 0.78% 0.43% -
HSV(B) 14.47º 0.88% 0.76% -
XYZ 24.3 15.32 2.54 -
YUV 98.9 85.74 195.83 -
System Red Green Blue C M Y K H S L
Decimal 194 65 24 0 0.66 0.88 0.24 14.47 0.78 0.43
Hex C2 41 18 0 42 58 18 E 4E 2B
Octal 302 101 30 0 102 130 30 16 116 53
Binary 11000010 1000001 11000 0 1000010 1011000 11000 1110 1001110 101011

Color Harmonies of #C24118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24118

Black with #C24118

Text Example


Text Example

White with #C24118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24118; }

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

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

background-color css

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

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

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

border-color css

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

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

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