#B73B42

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

Shades of Brick Red #B73B42

Tints of Brick Red #B73B42

Color information

#B73B42 (or 0xB73B42) is unknown color: approx Brick Red. HEX triplet: B7, 3B and 42. RGB value is (183,59,66). Sum of RGB (Red+Green+Blue) = 183+59+66=308 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.42% from 308); Green value is 59 (23.44% from 255 or 19.16% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73B42 is #48C4BD. Grayscale: #606060. Windows color (decimal): -4768958 or 4340663. OLE color: 4340663.

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

Color convert

RGB1835966-
CMYK00.680.640.28
HSL356.61º51.24%47.45%-
HSV(B)356.61º67.76%71.76%-
XYZ22.0813.596.61-
YUV96.87110.58189.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 59.42%
GREEN value IS 59 (23.44% from 255) = 19.16%
BLUE value IS 66 (26.17% from 255) = 21.43%
R=59.42%
G=19.16%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183596600.680.640.28356.6151.2447.45
HexB73B42044401C165332f
Octal267731020104100345456357
Binary10110111111011100001001000100100000011100101100101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73B42; }

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

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

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

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

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

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

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

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