Html Css Color HEX #B53211 Rust

📋 copy color: '#B53211'

red 181 ◦ green 50 ◦ blue 17

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

Shades of Rust #B53211

Tints of Rust #B53211

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.16%

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

R = 72.98%
G = 20.16%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B53211 (or 0xB53211) is known color: Rust. HEX triplet: B5, 32 and 11. RGB value is (181,50,17). Sum of RGB (Red+Green+Blue) = 181+50+17=248 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.98% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 181 - color contains mainly: red. Hex color #B53211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53211 is #4ACDEE. Grayscale: #555555. Windows color (decimal): -4902383 or 1127093. OLE color: 1127093.

HSL color Cylindrical-coordinate representation of color #B53211: hue angle of 12.07º 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 #B53211 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 50 17 -
CMYK 0 0.72 0.91 0.29
HSL 12.07º 0.83% 0.39% -
HSV(B) 12.07º 0.91% 0.71% -
XYZ 20.3 12.15 1.8 -
YUV 85.41 89.4 196.18 -
System Red Green Blue C M Y K H S L
Decimal 181 50 17 0 0.72 0.91 0.29 12.07 0.83 0.39
Hex B5 32 11 0 48 5B 1D C 53 27
Octal 265 62 21 0 110 133 35 14 123 47
Binary 10110101 110010 10001 0 1001000 1011011 11101 1100 1010011 100111

Color Harmonies of #B53211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53211

Black with #B53211

Text Example


Text Example

White with #B53211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53211; }

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

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

background-color css

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

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

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

border-color css

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

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

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