#B5333F

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

Shades of Brick Red #B5333F

Tints of Brick Red #B5333F

Color information

#B5333F (or 0xB5333F) is unknown color: approx Brick Red. HEX triplet: B5, 33 and 3F. RGB value is (181,51,63). Sum of RGB (Red+Green+Blue) = 181+51+63=295 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.36% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 181 - color contains mainly: red. Hex color #B5333F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5333F is #4ACCC0. Grayscale: #5B5B5B. Windows color (decimal): -4902081 or 4142005. OLE color: 4142005.

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

Color convert

RGB1815163-
CMYK00.720.650.29
HSL354.46º56.03%45.49%-
HSV(B)354.46º71.82%70.98%-
XYZ21.1412.556.01-
YUV91.24112.07192.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.36%
GREEN value IS 51 (20.31% from 255) = 17.29%
BLUE value IS 63 (25% from 255) = 21.36%
R=61.36%
G=17.29%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181516300.720.650.29354.4656.0345.49
HexB5333F048411D162382d
Octal26563770110101355427055
Binary1011010111001111111101001000100000111101101100010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5333F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5333F; }

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

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

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

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

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

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

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

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