Html Css Color HEX #C5511B Rust

📋 copy color: '#C5511B'

red 197 ◦ green 81 ◦ blue 27

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

Shades of Rust #C5511B

Tints of Rust #C5511B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.85%

R = 64.59%
G = 26.56%
B = 8.85%

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

#C5511B (or 0xC5511B) is known color: Rust. HEX triplet: C5, 51 and 1B. RGB value is (197,81,27). Sum of RGB (Red+Green+Blue) = 197+81+27=305 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.59% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 27 (10.94% from 255 or 8.85% from 305); Max value from RGB is 197 - color contains mainly: red. Hex color #C5511B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5511B is #3AAEE4. Grayscale: #6D6D6D. Windows color (decimal): -3845861 or 1790405. OLE color: 1790405.

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

Color convert

RGB 197 81 27 -
CMYK 0 0.59 0.86 0.23
HSL 19.06º 0.76% 0.44% -
HSV(B) 19.06º 0.86% 0.77% -
XYZ 26.17 17.83 3.1 -
YUV 109.53 81.43 190.39 -
System Red Green Blue C M Y K H S L
Decimal 197 81 27 0 0.59 0.86 0.23 19.06 0.76 0.44
Hex C5 51 1B 0 3B 56 17 13 4C 2C
Octal 305 121 33 0 73 126 27 23 114 54
Binary 11000101 1010001 11011 0 111011 1010110 10111 10011 1001100 101100

Color Harmonies of #C5511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5511B

Black with #C5511B

Text Example


Text Example

White with #C5511B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5511B; }

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

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

background-color css

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

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

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

border-color css

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

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

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