#B72E3A

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

Shades of Brick Red #B72E3A

Tints of Brick Red #B72E3A

Color information

#B72E3A (or 0xB72E3A) is unknown color: approx Brick Red. HEX triplet: B7, 2E and 3A. RGB value is (183,46,58). Sum of RGB (Red+Green+Blue) = 183+46+58=287 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.76% from 287); Green value is 46 (18.36% from 255 or 16.03% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 183 - color contains mainly: red. Hex color #B72E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72E3A is #48D1C5. Grayscale: #585858. Windows color (decimal): -4772294 or 3813047. OLE color: 3813047.

HSL color Cylindrical-coordinate representation of color #B72E3A: hue angle of 354.74º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B72E3A is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB1834658-
CMYK00.750.680.28
HSL354.74º59.83%44.9%-
HSV(B)354.74º74.86%71.76%-
XYZ21.2712.335.26-
YUV88.33110.89195.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.76%
GREEN value IS 46 (18.36% from 255) = 16.03%
BLUE value IS 58 (23.05% from 255) = 20.21%
R=63.76%
G=16.03%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183465800.750.680.28354.7459.8344.9
HexB72E3A04B441C1633c2d
Octal26756720113104345437455
Binary1011011110111011101001001011100010011100101100011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72E3A; }

 p { color: rgb(183,46,58); }

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

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

 a { background-color: rgb(183,46,58); }

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

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

 span { border-color: rgb(183,46,58); }

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