#B73541

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

Shades of Brick Red #B73541

Tints of Brick Red #B73541

Color information

#B73541 (or 0xB73541) is unknown color: approx Brick Red. HEX triplet: B7, 35 and 41. RGB value is (183,53,65). Sum of RGB (Red+Green+Blue) = 183+53+65=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B73541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73541 is #48CABE. Grayscale: #5D5D5D. Windows color (decimal): -4770495 or 4273591. OLE color: 4273591.

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

Color convert

RGB1835365-
CMYK00.710.640.28
HSL354.46º55.08%46.27%-
HSV(B)354.46º71.04%71.76%-
XYZ21.76136.36-
YUV93.24112.07192.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60.80%
GREEN value IS 53 (21.09% from 255) = 17.61%
BLUE value IS 65 (25.78% from 255) = 21.59%
R=60.80%
G=17.61%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183536500.710.640.28354.4655.0846.27
HexB73541047401C162372e
Octal267651010107100345426756
Binary10110111110101100000101000111100000011100101100010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73541; }

 p { color: rgb(183,53,65); }

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

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

 a { background-color: rgb(183,53,65); }

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

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

 span { border-color: rgb(183,53,65); }

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