Html Css Color HEX #C55216 Rust

📋 copy color: '#C55216'

red 197 ◦ green 82 ◦ blue 22

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

Shades of Rust #C55216

Tints of Rust #C55216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.31%

R = 65.45%
G = 27.24%
B = 7.31%

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

#C55216 (or 0xC55216) is known color: Rust. HEX triplet: C5, 52 and 16. RGB value is (197,82,22). Sum of RGB (Red+Green+Blue) = 197+82+22=301 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.45% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 197 - color contains mainly: red. Hex color #C55216 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55216 is #3AADE9. Grayscale: #6D6D6D. Windows color (decimal): -3845610 or 1462981. OLE color: 1462981.

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

Color convert

RGB 197 82 22 -
CMYK 0 0.58 0.89 0.23
HSL 20.57º 0.8% 0.43% -
HSV(B) 20.57º 0.89% 0.77% -
XYZ 26.19 17.96 2.85 -
YUV 109.55 78.6 190.38 -
System Red Green Blue C M Y K H S L
Decimal 197 82 22 0 0.58 0.89 0.23 20.57 0.8 0.43
Hex C5 52 16 0 3A 59 17 15 50 2B
Octal 305 122 26 0 72 131 27 25 120 53
Binary 11000101 1010010 10110 0 111010 1011001 10111 10101 1010000 101011

Color Harmonies of #C55216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55216

Black with #C55216

Text Example


Text Example

White with #C55216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55216; }

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

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

background-color css

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

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

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

border-color css

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

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

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