#B72840

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

Shades of Brick Red #B72840

Tints of Brick Red #B72840

Color information

#B72840 (or 0xB72840) is unknown color: approx Brick Red. HEX triplet: B7, 28 and 40. RGB value is (183,40,64). Sum of RGB (Red+Green+Blue) = 183+40+64=287 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.76% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 183 - color contains mainly: red. Hex color #B72840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72840 is #48D7BF. Grayscale: #555555. Windows color (decimal): -4773824 or 4204727. OLE color: 4204727.

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

Color convert

RGB1834064-
CMYK00.780.650.28
HSL349.93º64.13%43.73%-
HSV(B)349.93º78.14%71.76%-
XYZ21.2111.966.04-
YUV85.49115.88197.55-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.76%
GREEN value IS 40 (16.02% from 255) = 13.94%
BLUE value IS 64 (25.39% from 255) = 22.30%
R=63.76%
G=13.94%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183406400.780.650.28349.9364.1343.73
HexB7284004E411C15e402c
Octal2675010001161013453610054
Binary101101111010001000000010011101000001111001010111101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72840; }

 p { color: rgb(183,40,64); }

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

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

 a { background-color: rgb(183,40,64); }

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

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

 span { border-color: rgb(183,40,64); }

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