Html Css Color HEX #C05215 Rust

📋 copy color: '#C05215'

red 192 ◦ green 82 ◦ blue 21

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

Shades of Rust #C05215

Tints of Rust #C05215

RGB

 RED value IS 192 (75.39% from 255) = 65.08%

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

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

R = 65.08%
G = 27.8%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C05215 (or 0xC05215) is known color: Rust. HEX triplet: C0, 52 and 15. RGB value is (192,82,21). Sum of RGB (Red+Green+Blue) = 192+82+21=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C05215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05215 is #3FADEA. Grayscale: #6C6C6C. Windows color (decimal): -4173291 or 1397440. OLE color: 1397440.

HSL color Cylindrical-coordinate representation of color #C05215: hue angle of 21.4º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C05215 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 82 21 -
CMYK 0 0.57 0.89 0.25
HSL 21.4º 0.8% 0.42% -
HSV(B) 21.4º 0.89% 0.75% -
XYZ 24.89 17.3 2.74 -
YUV 107.94 78.94 187.96 -
System Red Green Blue C M Y K H S L
Decimal 192 82 21 0 0.57 0.89 0.25 21.4 0.8 0.42
Hex C0 52 15 0 39 59 19 15 50 2A
Octal 300 122 25 0 71 131 31 25 120 52
Binary 11000000 1010010 10101 0 111001 1011001 11001 10101 1010000 101010

Color Harmonies of #C05215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05215

Black with #C05215

Text Example


Text Example

White with #C05215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05215; }

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

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

background-color css

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

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

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

border-color css

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

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

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