#B73C42

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

Shades of Brick Red #B73C42

Tints of Brick Red #B73C42

Color information

#B73C42 (or 0xB73C42) is unknown color: approx Brick Red. HEX triplet: B7, 3C and 42. RGB value is (183,60,66). Sum of RGB (Red+Green+Blue) = 183+60+66=309 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.22% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73C42 is #48C3BD. Grayscale: #616161. Windows color (decimal): -4768702 or 4340919. OLE color: 4340919.

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

Color convert

RGB1836066-
CMYK00.670.640.28
HSL357.07º50.62%47.65%-
HSV(B)357.07º67.21%71.76%-
XYZ22.1313.696.63-
YUV97.46110.25189.01-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 59.22%
GREEN value IS 60 (23.83% from 255) = 19.42%
BLUE value IS 66 (26.17% from 255) = 21.36%
R=59.22%
G=19.42%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183606600.670.640.28357.0750.6247.65
HexB73C42043401C1653330
Octal267741020103100345456360
Binary10110111111100100001001000011100000011100101100101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73C42; }

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

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

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

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

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

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

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

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