#B73B43

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

Shades of Brick Red #B73B43

Tints of Brick Red #B73B43

Color information

#B73B43 (or 0xB73B43) is unknown color: approx Brick Red. HEX triplet: B7, 3B and 43. RGB value is (183,59,67). Sum of RGB (Red+Green+Blue) = 183+59+67=309 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.22% from 309); Green value is 59 (23.44% from 255 or 19.09% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73B43 is #48C4BC. Grayscale: #616161. Windows color (decimal): -4768957 or 4406199. OLE color: 4406199.

HSL color Cylindrical-coordinate representation of color #B73B43: hue angle of 356.13º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B73B43 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB1835967-
CMYK00.680.630.28
HSL356.13º51.24%47.45%-
HSV(B)356.13º67.76%71.76%-
XYZ22.1113.66.77-
YUV96.99111.08189.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 59.22%
GREEN value IS 59 (23.44% from 255) = 19.09%
BLUE value IS 67 (26.56% from 255) = 21.68%
R=59.22%
G=19.09%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183596700.680.630.28356.1351.2447.45
HexB73B430443F1C164332f
Octal26773103010477345446357
Binary1011011111101110000110100010011111111100101100100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73B43; }

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

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

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

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

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

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

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

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