Html Css Color HEX #C55016 Rust

📋 copy color: '#C55016'

red 197 ◦ green 80 ◦ blue 22

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

Shades of Rust #C55016

Tints of Rust #C55016

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.76%

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

R = 65.89%
G = 26.76%
B = 7.36%

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

#C55016 (or 0xC55016) is known color: Rust. HEX triplet: C5, 50 and 16. RGB value is (197,80,22). Sum of RGB (Red+Green+Blue) = 197+80+22=299 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.89% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 22 (8.98% from 255 or 7.36% from 299); Max value from RGB is 197 - color contains mainly: red. Hex color #C55016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55016 is #3AAFE9. Grayscale: #6C6C6C. Windows color (decimal): -3846122 or 1462469. OLE color: 1462469.

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

Color convert

RGB 197 80 22 -
CMYK 0 0.59 0.89 0.23
HSL 19.89º 0.8% 0.43% -
HSV(B) 19.89º 0.89% 0.77% -
XYZ 26.04 17.67 2.8 -
YUV 108.37 79.26 191.22 -
System Red Green Blue C M Y K H S L
Decimal 197 80 22 0 0.59 0.89 0.23 19.89 0.8 0.43
Hex C5 50 16 0 3B 59 17 14 50 2B
Octal 305 120 26 0 73 131 27 24 120 53
Binary 11000101 1010000 10110 0 111011 1011001 10111 10100 1010000 101011

Color Harmonies of #C55016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55016

Black with #C55016

Text Example


Text Example

White with #C55016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55016; }

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

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

background-color css

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

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

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

border-color css

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

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

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