#b52e0b

Color #B52E0B Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #B52E0B

Tints of Rust #B52E0B

Color information

#B52E0B (or 0xB52E0B) is unknown color: approx Rust. HEX triplet: B5, 2E and 0B. RGB value is (181,46,11). Sum of RGB (Red+Green+Blue) = 181+46+11=238 (31% of max value = 765). Red value is 181 (71.09% from 255 or 76.05% from 238); Green value is 46 (18.36% from 255 or 19.33% from 238); Blue value is 11 (4.69% from 255 or 4.62% from 238); Max value from RGB is 181 - color contains mainly: red. Hex color #B52E0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52E0B is #4AD1F4. Grayscale: #525252. Windows color (decimal): -4903413 or 732853. OLE color: 732853.

HSL color Cylindrical-coordinate representation of color #B52E0B: hue angle of 12.35º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B52E0B is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB1814611-
CMYK00.750.940.29
HSL12.35º88.54%37.65%-
HSV(B)12.35º93.92%70.98%-
XYZ20.0911.81.54-
YUV82.3887.73198.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 76.05%
GREEN value IS 46 (18.36% from 255) = 19.33%
BLUE value IS 11 (4.69% from 255) = 4.62%
R=76.05%
G=19.33%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181461100.750.940.2912.3588.5437.65
HexB52EB04B5E1Dc5926
Octal26556130113136351413146
Binary1011010110111010110100101110111101110111001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b52e0b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b52e0b; }

 p { color: rgb(181,46,11); }

 H1.HeaderClassName
 {
   color: #b52e0b;
 }
 .AnyTagClassName
 {
   color: #b52e0b;
 }
</style>
background-color css

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

 a { background-color: rgb(181,46,11); }

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

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

 span { border-color: rgb(181,46,11); }

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