Html Css Color HEX #B53111 Rust

📋 copy color: '#B53111'

red 181 ◦ green 49 ◦ blue 17

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

Shades of Rust #B53111

Tints of Rust #B53111

RGB

 RED value IS 181 (71.09% from 255) = 73.28%

 GREEN value IS 49 (19.53% from 255) = 19.84%

 BLUE value IS 17 (7.03% from 255) = 6.88%

R = 73.28%
G = 19.84%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B53111 (or 0xB53111) is known color: Rust. HEX triplet: B5, 31 and 11. RGB value is (181,49,17). Sum of RGB (Red+Green+Blue) = 181+49+17=247 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.28% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 181 - color contains mainly: red. Hex color #B53111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53111 is #4ACEEE. Grayscale: #555555. Windows color (decimal): -4902639 or 1126837. OLE color: 1126837.

HSL color Cylindrical-coordinate representation of color #B53111: hue angle of 11.71º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B53111 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 49 17 -
CMYK 0 0.73 0.91 0.29
HSL 11.71º 0.83% 0.39% -
HSV(B) 11.71º 0.91% 0.71% -
XYZ 20.26 12.06 1.79 -
YUV 84.82 89.73 196.6 -
System Red Green Blue C M Y K H S L
Decimal 181 49 17 0 0.73 0.91 0.29 11.71 0.83 0.39
Hex B5 31 11 0 49 5B 1D C 53 27
Octal 265 61 21 0 111 133 35 14 123 47
Binary 10110101 110001 10001 0 1001001 1011011 11101 1100 1010011 100111

Color Harmonies of #B53111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53111

Black with #B53111

Text Example


Text Example

White with #B53111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53111; }

 p { color: rgb(181,49,17); }

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

background-color css

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

 a { background-color: rgb(181,49,17); }

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

border-color css

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

 span { border-color: rgb(181,49,17); }

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