#B5371D

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

Shades of Rust #B5371D

Tints of Rust #B5371D

Color information

#B5371D (or 0xB5371D) is unknown color: approx Rust. HEX triplet: B5, 37 and 1D. RGB value is (181,55,29). Sum of RGB (Red+Green+Blue) = 181+55+29=265 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.30% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 181 - color contains mainly: red. Hex color #B5371D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5371D is #4AC8E2. Grayscale: #595959. Windows color (decimal): -4901091 or 1914805. OLE color: 1914805.

HSL color Cylindrical-coordinate representation of color #B5371D: hue angle of 10.26º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B5371D is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB1815529-
CMYK00.700.840.29
HSL10.26º72.38%41.18%-
HSV(B)10.26º83.98%70.98%-
XYZ20.6412.642.52-
YUV89.7193.74193.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 68.30%
GREEN value IS 55 (21.88% from 255) = 20.75%
BLUE value IS 29 (11.72% from 255) = 10.94%
R=68.30%
G=20.75%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181552900.700.840.2910.2672.3841.18
HexB5371D046541Da4829
Octal26567350106124351211051
Binary10110101110111111010100011010101001110110101001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5371D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5371D; }

 p { color: rgb(181,55,29); }

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

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

 a { background-color: rgb(181,55,29); }

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

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

 span { border-color: rgb(181,55,29); }

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