#B73D43

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

Shades of Brick Red #B73D43

Tints of Brick Red #B73D43

Color information

#B73D43 (or 0xB73D43) is unknown color: approx Brick Red. HEX triplet: B7, 3D and 43. RGB value is (183,61,67). Sum of RGB (Red+Green+Blue) = 183+61+67=311 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.84% from 311); Green value is 61 (24.22% from 255 or 19.61% from 311); Blue value is 67 (26.56% from 255 or 21.54% from 311); Max value from RGB is 183 - color contains mainly: red. Hex color #B73D43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73D43 is #48C2BC. Grayscale: #626262. Windows color (decimal): -4768445 or 4406711. OLE color: 4406711.

HSL color Cylindrical-coordinate representation of color #B73D43: hue angle of 357.05º degrees, saturation: 0.5, 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 #B73D43 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB1836167-
CMYK00.670.630.28
HSL357.05º50%47.84%-
HSV(B)357.05º66.67%71.76%-
XYZ22.2113.816.81-
YUV98.16110.42188.51-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.84%
GREEN value IS 61 (24.22% from 255) = 19.61%
BLUE value IS 67 (26.56% from 255) = 21.54%
R=58.84%
G=19.61%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183616700.670.630.28357.055047.84
HexB73D430433F1C1653230
Octal26775103010377345456260
Binary1011011111110110000110100001111111111100101100101110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73D43; }

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

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

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

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

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

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

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

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