#B5333A

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

Shades of Brick Red #B5333A

Tints of Brick Red #B5333A

Color information

#B5333A (or 0xB5333A) is unknown color: approx Brick Red. HEX triplet: B5, 33 and 3A. RGB value is (181,51,58). Sum of RGB (Red+Green+Blue) = 181+51+58=290 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.41% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 181 - color contains mainly: red. Hex color #B5333A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5333A is #4ACCC5. Grayscale: #5A5A5A. Windows color (decimal): -4902086 or 3814325. OLE color: 3814325.

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

Color convert

RGB1815158-
CMYK00.720.680.29
HSL356.77º56.03%45.49%-
HSV(B)356.77º71.82%70.98%-
XYZ2112.55.31-
YUV90.67109.57192.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 62.41%
GREEN value IS 51 (20.31% from 255) = 17.59%
BLUE value IS 58 (23.05% from 255) = 20%
R=62.41%
G=17.59%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181515800.720.680.29356.7756.0345.49
HexB5333A048441D165382d
Octal26563720110104355457055
Binary1011010111001111101001001000100010011101101100101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5333A; }

 p { color: rgb(181,51,58); }

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

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

 a { background-color: rgb(181,51,58); }

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

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

 span { border-color: rgb(181,51,58); }

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