#B33E42

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

Shades of Brick Red #B33E42

Tints of Brick Red #B33E42

Color information

#B33E42 (or 0xB33E42) is unknown color: approx Brick Red. HEX triplet: B3, 3E and 42. RGB value is (179,62,66). Sum of RGB (Red+Green+Blue) = 179+62+66=307 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.31% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 179 - color contains mainly: red. Hex color #B33E42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33E42 is #4CC1BD. Grayscale: #616161. Windows color (decimal): -5030334 or 4341427. OLE color: 4341427.

HSL color Cylindrical-coordinate representation of color #B33E42: hue angle of 357.95º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B33E42 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB1796266-
CMYK00.650.630.30
HSL357.95º48.55%47.25%-
HSV(B)357.95º65.36%70.2%-
XYZ21.313.426.62-
YUV97.44110.26186.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 58.31%
GREEN value IS 62 (24.61% from 255) = 20.20%
BLUE value IS 66 (26.17% from 255) = 21.50%
R=58.31%
G=20.20%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179626600.650.630.30357.9548.5547.25
HexB33E420413F1E166312f
Octal26376102010177365466157
Binary1011001111111010000100100000111111111110101100110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33E42; }

 p { color: rgb(179,62,66); }

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

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

 a { background-color: rgb(179,62,66); }

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

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

 span { border-color: rgb(179,62,66); }

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