#B73239

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

Shades of Brick Red #B73239

Tints of Brick Red #B73239

Color information

#B73239 (or 0xB73239) is unknown color: approx Brick Red. HEX triplet: B7, 32 and 39. RGB value is (183,50,57). Sum of RGB (Red+Green+Blue) = 183+50+57=290 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.10% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 57 (22.66% from 255 or 19.66% from 290); Max value from RGB is 183 - color contains mainly: red. Hex color #B73239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73239 is #48CDC6. Grayscale: #5A5A5A. Windows color (decimal): -4771271 or 3748535. OLE color: 3748535.

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

Color convert

RGB1835057-
CMYK00.730.690.28
HSL356.84º57.08%45.69%-
HSV(B)356.84º72.68%71.76%-
XYZ21.4112.645.18-
YUV90.56109.06193.93-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.10%
GREEN value IS 50 (19.92% from 255) = 17.24%
BLUE value IS 57 (22.66% from 255) = 19.66%
R=63.10%
G=17.24%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183505700.730.690.28356.8457.0845.69
HexB73239049451C165392e
Octal26762710111105345457156
Binary1011011111001011100101001001100010111100101100101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73239; }

 p { color: rgb(183,50,57); }

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

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

 a { background-color: rgb(183,50,57); }

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

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

 span { border-color: rgb(183,50,57); }

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