Html Css Color HEX #C15215 Rust

📋 copy color: '#C15215'

red 193 ◦ green 82 ◦ blue 21

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

Shades of Rust #C15215

Tints of Rust #C15215

RGB

 RED value IS 193 (75.78% from 255) = 65.2%

 GREEN value IS 82 (32.42% from 255) = 27.7%

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

R = 65.2%
G = 27.7%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C15215 (or 0xC15215) is known color: Rust. HEX triplet: C1, 52 and 15. RGB value is (193,82,21). Sum of RGB (Red+Green+Blue) = 193+82+21=296 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.20% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 193 - color contains mainly: red. Hex color #C15215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15215 is #3EADEA. Grayscale: #6C6C6C. Windows color (decimal): -4107755 or 1397441. OLE color: 1397441.

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

Color convert

RGB 193 82 21 -
CMYK 0 0.58 0.89 0.24
HSL 21.28º 0.8% 0.42% -
HSV(B) 21.28º 0.89% 0.76% -
XYZ 25.14 17.43 2.75 -
YUV 108.24 78.77 188.46 -
System Red Green Blue C M Y K H S L
Decimal 193 82 21 0 0.58 0.89 0.24 21.28 0.8 0.42
Hex C1 52 15 0 3A 59 18 15 50 2A
Octal 301 122 25 0 72 131 30 25 120 52
Binary 11000001 1010010 10101 0 111010 1011001 11000 10101 1010000 101010

Color Harmonies of #C15215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15215

Black with #C15215

Text Example


Text Example

White with #C15215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15215; }

 p { color: rgb(193,82,21); }

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

background-color css

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

 a { background-color: rgb(193,82,21); }

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

border-color css

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

 span { border-color: rgb(193,82,21); }

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