#B73039

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

Shades of Brick Red #B73039

Tints of Brick Red #B73039

Color information

#B73039 (or 0xB73039) is unknown color: approx Brick Red. HEX triplet: B7, 30 and 39. RGB value is (183,48,57). Sum of RGB (Red+Green+Blue) = 183+48+57=288 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.54% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 57 (22.66% from 255 or 19.79% from 288); Max value from RGB is 183 - color contains mainly: red. Hex color #B73039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73039 is #48CFC6. Grayscale: #595959. Windows color (decimal): -4771783 or 3748023. OLE color: 3748023.

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

Color convert

RGB1834857-
CMYK00.740.690.28
HSL356º58.44%45.29%-
HSV(B)356º73.77%71.76%-
XYZ21.3212.485.16-
YUV89.39109.73194.77-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.54%
GREEN value IS 48 (19.14% from 255) = 16.67%
BLUE value IS 57 (22.66% from 255) = 19.79%
R=63.54%
G=16.67%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.69
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183485700.740.690.2835658.4445.29
HexB7303904A451C1643a2d
Octal26760710112105345447255
Binary1011011111000011100101001010100010111100101100100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73039; }

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

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

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

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

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

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

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

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