Html Css Color HEX #C55116 Rust

📋 copy color: '#C55116'

red 197 ◦ green 81 ◦ blue 22

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

Shades of Rust #C55116

Tints of Rust #C55116

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27%

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

R = 65.67%
G = 27%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C55116 (or 0xC55116) is known color: Rust. HEX triplet: C5, 51 and 16. RGB value is (197,81,22). Sum of RGB (Red+Green+Blue) = 197+81+22=300 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.67% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 197 - color contains mainly: red. Hex color #C55116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55116 is #3AAEE9. Grayscale: #6D6D6D. Windows color (decimal): -3845866 or 1462725. OLE color: 1462725.

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

Color convert

RGB 197 81 22 -
CMYK 0 0.59 0.89 0.23
HSL 20.23º 0.8% 0.43% -
HSV(B) 20.23º 0.89% 0.77% -
XYZ 26.11 17.81 2.82 -
YUV 108.96 78.93 190.8 -
System Red Green Blue C M Y K H S L
Decimal 197 81 22 0 0.59 0.89 0.23 20.23 0.8 0.43
Hex C5 51 16 0 3B 59 17 14 50 2B
Octal 305 121 26 0 73 131 27 24 120 53
Binary 11000101 1010001 10110 0 111011 1011001 10111 10100 1010000 101011

Color Harmonies of #C55116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55116

Black with #C55116

Text Example


Text Example

White with #C55116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55116; }

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

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

background-color css

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

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

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

border-color css

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

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

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