#B72E39

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

Shades of Brick Red #B72E39

Tints of Brick Red #B72E39

Color information

#B72E39 (or 0xB72E39) is unknown color: approx Brick Red. HEX triplet: B7, 2E and 39. RGB value is (183,46,57). Sum of RGB (Red+Green+Blue) = 183+46+57=286 (37% of max value = 765). Red value is 183 (71.88% from 255 or 63.99% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 57 (22.66% from 255 or 19.93% from 286); Max value from RGB is 183 - color contains mainly: red. Hex color #B72E39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72E39 is #48D1C6. Grayscale: #585858. Windows color (decimal): -4772295 or 3747511. OLE color: 3747511.

HSL color Cylindrical-coordinate representation of color #B72E39: hue angle of 355.18º 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 #B72E39 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.28.

Color convert

RGB1834657-
CMYK00.750.690.28
HSL355.18º59.83%44.9%-
HSV(B)355.18º74.86%71.76%-
XYZ21.2412.325.13-
YUV88.22110.39195.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.99%
GREEN value IS 46 (18.36% from 255) = 16.08%
BLUE value IS 57 (22.66% from 255) = 19.93%
R=63.99%
G=16.08%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.69
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183465700.750.690.28355.1859.8344.9
HexB72E3904B451C1633c2d
Octal26756710113105345437455
Binary1011011110111011100101001011100010111100101100011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72E39; }

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

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

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

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

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

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

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

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