Html Css Color HEX #C24915 Rust

📋 copy color: '#C24915'

red 194 ◦ green 73 ◦ blue 21

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

Shades of Rust #C24915

Tints of Rust #C24915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.29%

R = 67.36%
G = 25.35%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C24915 (or 0xC24915) is known color: Rust. HEX triplet: C2, 49 and 15. RGB value is (194,73,21). Sum of RGB (Red+Green+Blue) = 194+73+21=288 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.36% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 194 - color contains mainly: red. Hex color #C24915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24915 is #3DB6EA. Grayscale: #676767. Windows color (decimal): -4044523 or 1395138. OLE color: 1395138.

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

Color convert

RGB 194 73 21 -
CMYK 0 0.62 0.89 0.24
HSL 18.03º 0.8% 0.42% -
HSV(B) 18.03º 0.89% 0.76% -
XYZ 24.77 16.29 2.55 -
YUV 103.25 81.59 192.73 -
System Red Green Blue C M Y K H S L
Decimal 194 73 21 0 0.62 0.89 0.24 18.03 0.8 0.42
Hex C2 49 15 0 3E 59 18 12 50 2A
Octal 302 111 25 0 76 131 30 22 120 52
Binary 11000010 1001001 10101 0 111110 1011001 11000 10010 1010000 101010

Color Harmonies of #C24915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24915

Black with #C24915

Text Example


Text Example

White with #C24915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24915; }

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

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

background-color css

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

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

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

border-color css

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

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

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