#B5333D

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

Shades of Brick Red #B5333D

Tints of Brick Red #B5333D

Color information

#B5333D (or 0xB5333D) is unknown color: approx Brick Red. HEX triplet: B5, 33 and 3D. RGB value is (181,51,61). Sum of RGB (Red+Green+Blue) = 181+51+61=293 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.77% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 181 - color contains mainly: red. Hex color #B5333D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5333D is #4ACCC2. Grayscale: #5B5B5B. Windows color (decimal): -4902083 or 4010933. OLE color: 4010933.

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

Color convert

RGB1815161-
CMYK00.720.660.29
HSL355.38º56.03%45.49%-
HSV(B)355.38º71.82%70.98%-
XYZ21.0812.535.72-
YUV91.01111.07192.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.77%
GREEN value IS 51 (20.31% from 255) = 17.41%
BLUE value IS 61 (24.22% from 255) = 20.82%
R=61.77%
G=17.41%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181516100.720.660.29355.3856.0345.49
HexB5333D048421D163382d
Octal26563750110102355437055
Binary1011010111001111110101001000100001011101101100011111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5333D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5333D; }

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

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

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

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

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

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

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

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