#B7333B

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

Shades of Brick Red #B7333B

Tints of Brick Red #B7333B

Color information

#B7333B (or 0xB7333B) is unknown color: approx Brick Red. HEX triplet: B7, 33 and 3B. RGB value is (183,51,59). Sum of RGB (Red+Green+Blue) = 183+51+59=293 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.46% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 59 (23.44% from 255 or 20.14% from 293); Max value from RGB is 183 - color contains mainly: red. Hex color #B7333B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7333B is #48CCC4. Grayscale: #5B5B5B. Windows color (decimal): -4771013 or 3879863. OLE color: 3879863.

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

Color convert

RGB1835159-
CMYK00.720.680.28
HSL356.36º56.41%45.88%-
HSV(B)356.36º72.13%71.76%-
XYZ21.512.755.47-
YUV91.38109.73193.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 62.46%
GREEN value IS 51 (20.31% from 255) = 17.41%
BLUE value IS 59 (23.44% from 255) = 20.14%
R=62.46%
G=17.41%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183515900.720.680.28356.3656.4145.88
HexB7333B048441C164382e
Octal26763730110104345447056
Binary1011011111001111101101001000100010011100101100100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7333B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7333B; }

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

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

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

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

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

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

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

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