Html Css Color HEX #C5501C Rust

📋 copy color: '#C5501C'

red 197 ◦ green 80 ◦ blue 28

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

Shades of Rust #C5501C

Tints of Rust #C5501C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.18%

R = 64.59%
G = 26.23%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5501C (or 0xC5501C) is known color: Rust. HEX triplet: C5, 50 and 1C. RGB value is (197,80,28). Sum of RGB (Red+Green+Blue) = 197+80+28=305 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.59% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 28 (11.33% from 255 or 9.18% from 305); Max value from RGB is 197 - color contains mainly: red. Hex color #C5501C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5501C is #3AAFE3. Grayscale: #6D6D6D. Windows color (decimal): -3846116 or 1855685. OLE color: 1855685.

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

Color convert

RGB 197 80 28 -
CMYK 0 0.59 0.86 0.23
HSL 18.46º 0.75% 0.44% -
HSV(B) 18.46º 0.86% 0.77% -
XYZ 26.1 17.69 3.14 -
YUV 109.06 82.26 190.73 -
System Red Green Blue C M Y K H S L
Decimal 197 80 28 0 0.59 0.86 0.23 18.46 0.75 0.44
Hex C5 50 1C 0 3B 56 17 12 4B 2C
Octal 305 120 34 0 73 126 27 22 113 54
Binary 11000101 1010000 11100 0 111011 1010110 10111 10010 1001011 101100

Color Harmonies of #C5501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5501C

Black with #C5501C

Text Example


Text Example

White with #C5501C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5501C; }

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

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

background-color css

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

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

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

border-color css

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

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

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