Html Css Color HEX #C24115 Rust

📋 copy color: '#C24115'

red 194 ◦ green 65 ◦ blue 21

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

Shades of Rust #C24115

Tints of Rust #C24115

RGB

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

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

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

R = 69.29%
G = 23.21%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C24115 (or 0xC24115) is known color: Rust. HEX triplet: C2, 41 and 15. RGB value is (194,65,21). Sum of RGB (Red+Green+Blue) = 194+65+21=280 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.29% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 194 - color contains mainly: red. Hex color #C24115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24115 is #3DBEEA. Grayscale: #626262. Windows color (decimal): -4046571 or 1393090. OLE color: 1393090.

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

Color convert

RGB 194 65 21 -
CMYK 0 0.66 0.89 0.24
HSL 15.26º 0.8% 0.42% -
HSV(B) 15.26º 0.89% 0.76% -
XYZ 24.27 15.3 2.38 -
YUV 98.56 84.24 196.08 -
System Red Green Blue C M Y K H S L
Decimal 194 65 21 0 0.66 0.89 0.24 15.26 0.8 0.42
Hex C2 41 15 0 42 59 18 F 50 2A
Octal 302 101 25 0 102 131 30 17 120 52
Binary 11000010 1000001 10101 0 1000010 1011001 11000 1111 1010000 101010

Color Harmonies of #C24115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24115

Black with #C24115

Text Example


Text Example

White with #C24115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24115; }

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

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

background-color css

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

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

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

border-color css

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

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

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