Html Css Color HEX #C55215 Rust

📋 copy color: '#C55215'

red 197 ◦ green 82 ◦ blue 21

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

Shades of Rust #C55215

Tints of Rust #C55215

RGB

 RED value IS 197 (77.34% from 255) = 65.67%

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

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

R = 65.67%
G = 27.33%
B = 7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C55215 (or 0xC55215) is known color: Rust. HEX triplet: C5, 52 and 15. RGB value is (197,82,21). Sum of RGB (Red+Green+Blue) = 197+82+21=300 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.67% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 197 - color contains mainly: red. Hex color #C55215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55215 is #3AADEA. Grayscale: #6D6D6D. Windows color (decimal): -3845611 or 1397445. OLE color: 1397445.

HSL color Cylindrical-coordinate representation of color #C55215: hue angle of 20.8º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C55215 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 82 21 -
CMYK 0 0.58 0.89 0.23
HSL 20.8º 0.81% 0.43% -
HSV(B) 20.8º 0.89% 0.77% -
XYZ 26.18 17.96 2.8 -
YUV 109.43 78.1 190.46 -
System Red Green Blue C M Y K H S L
Decimal 197 82 21 0 0.58 0.89 0.23 20.8 0.81 0.43
Hex C5 52 15 0 3A 59 17 15 51 2B
Octal 305 122 25 0 72 131 27 25 121 53
Binary 11000101 1010010 10101 0 111010 1011001 10111 10101 1010001 101011

Color Harmonies of #C55215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55215

Black with #C55215

Text Example


Text Example

White with #C55215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55215; }

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

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

background-color css

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

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

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

border-color css

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

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

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