Html Css Color HEX #C55113 Rust

📋 copy color: '#C55113'

red 197 ◦ green 81 ◦ blue 19

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

Shades of Rust #C55113

Tints of Rust #C55113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.4%

R = 66.33%
G = 27.27%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C55113 (or 0xC55113) is known color: Rust. HEX triplet: C5, 51 and 13. RGB value is (197,81,19). Sum of RGB (Red+Green+Blue) = 197+81+19=297 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.33% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 197 - color contains mainly: red. Hex color #C55113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55113 is #3AAEEC. Grayscale: #6C6C6C. Windows color (decimal): -3845869 or 1266117. OLE color: 1266117.

HSL color Cylindrical-coordinate representation of color #C55113: hue angle of 20.9º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C55113 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 81 19 -
CMYK 0 0.59 0.90 0.23
HSL 20.9º 0.82% 0.42% -
HSV(B) 20.9º 0.9% 0.77% -
XYZ 26.09 17.8 2.68 -
YUV 108.62 77.43 191.04 -
System Red Green Blue C M Y K H S L
Decimal 197 81 19 0 0.59 0.90 0.23 20.9 0.82 0.42
Hex C5 51 13 0 3B 5A 17 15 52 2A
Octal 305 121 23 0 73 132 27 25 122 52
Binary 11000101 1010001 10011 0 111011 1011010 10111 10101 1010010 101010

Color Harmonies of #C55113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55113

Black with #C55113

Text Example


Text Example

White with #C55113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55113; }

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

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

background-color css

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

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

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

border-color css

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

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

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