Html Css Color HEX #C55114 Rust

📋 copy color: '#C55114'

red 197 ◦ green 81 ◦ blue 20

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

Shades of Rust #C55114

Tints of Rust #C55114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.71%

R = 66.11%
G = 27.18%
B = 6.71%

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

#C55114 (or 0xC55114) is known color: Rust. HEX triplet: C5, 51 and 14. RGB value is (197,81,20). Sum of RGB (Red+Green+Blue) = 197+81+20=298 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.11% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 197 - color contains mainly: red. Hex color #C55114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55114 is #3AAEEB. Grayscale: #6D6D6D. Windows color (decimal): -3845868 or 1331653. OLE color: 1331653.

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

Color convert

RGB 197 81 20 -
CMYK 0 0.59 0.90 0.23
HSL 20.68º 0.82% 0.43% -
HSV(B) 20.68º 0.9% 0.77% -
XYZ 26.09 17.81 2.72 -
YUV 108.73 77.93 190.96 -
System Red Green Blue C M Y K H S L
Decimal 197 81 20 0 0.59 0.90 0.23 20.68 0.82 0.43
Hex C5 51 14 0 3B 5A 17 15 52 2B
Octal 305 121 24 0 73 132 27 25 122 53
Binary 11000101 1010001 10100 0 111011 1011010 10111 10101 1010010 101011

Color Harmonies of #C55114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55114

Black with #C55114

Text Example


Text Example

White with #C55114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55114; }

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

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

background-color css

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

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

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

border-color css

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

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

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