#B7333E

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

Shades of Brick Red #B7333E

Tints of Brick Red #B7333E

Color information

#B7333E (or 0xB7333E) is unknown color: approx Brick Red. HEX triplet: B7, 33 and 3E. RGB value is (183,51,62). Sum of RGB (Red+Green+Blue) = 183+51+62=296 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.82% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 62 (24.61% from 255 or 20.95% from 296); Max value from RGB is 183 - color contains mainly: red. Hex color #B7333E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7333E is #48CCC1. Grayscale: #5B5B5B. Windows color (decimal): -4771010 or 4076471. OLE color: 4076471.

HSL color Cylindrical-coordinate representation of color #B7333E: hue angle of 355º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B7333E is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB1835162-
CMYK00.720.660.28
HSL355º56.41%45.88%-
HSV(B)355º72.13%71.76%-
XYZ21.5812.785.89-
YUV91.72111.23193.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 61.82%
GREEN value IS 51 (20.31% from 255) = 17.23%
BLUE value IS 62 (24.61% from 255) = 20.95%
R=61.82%
G=17.23%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183516200.720.660.2835556.4145.88
HexB7333E048421C163382e
Octal26763760110102345437056
Binary1011011111001111111001001000100001011100101100011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7333E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7333E; }

 p { color: rgb(183,51,62); }

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

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

 a { background-color: rgb(183,51,62); }

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

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

 span { border-color: rgb(183,51,62); }

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