Html Css Color HEX #C55117 Rust

📋 copy color: '#C55117'

red 197 ◦ green 81 ◦ blue 23

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

Shades of Rust #C55117

Tints of Rust #C55117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.64%

R = 65.45%
G = 26.91%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C55117 (or 0xC55117) is known color: Rust. HEX triplet: C5, 51 and 17. RGB value is (197,81,23). Sum of RGB (Red+Green+Blue) = 197+81+23=301 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.45% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 23 (9.38% from 255 or 7.64% from 301); Max value from RGB is 197 - color contains mainly: red. Hex color #C55117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55117 is #3AAEE8. Grayscale: #6D6D6D. Windows color (decimal): -3845865 or 1528261. OLE color: 1528261.

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

Color convert

RGB 197 81 23 -
CMYK 0 0.59 0.88 0.23
HSL 20º 0.79% 0.43% -
HSV(B) 20º 0.88% 0.77% -
XYZ 26.12 17.82 2.87 -
YUV 109.07 79.43 190.72 -
System Red Green Blue C M Y K H S L
Decimal 197 81 23 0 0.59 0.88 0.23 20 0.79 0.43
Hex C5 51 17 0 3B 58 17 14 4F 2B
Octal 305 121 27 0 73 130 27 24 117 53
Binary 11000101 1010001 10111 0 111011 1011000 10111 10100 1001111 101011

Color Harmonies of #C55117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55117

Black with #C55117

Text Example


Text Example

White with #C55117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55117; }

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

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

background-color css

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

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

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

border-color css

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

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

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