#B72E1A

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

Shades of Fire Brick #B72E1A

Tints of Fire Brick #B72E1A

Color information

#B72E1A (or 0xB72E1A) is unknown color: approx Fire Brick. HEX triplet: B7, 2E and 1A. RGB value is (183,46,26). Sum of RGB (Red+Green+Blue) = 183+46+26=255 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.76% from 255); Green value is 46 (18.36% from 255 or 18.04% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 183 - color contains mainly: red. Hex color #B72E1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72E1A is #48D1E5. Grayscale: #545454. Windows color (decimal): -4772326 or 1715895. OLE color: 1715895.

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

Color convert

RGB1834626-
CMYK00.750.860.28
HSL7.64º75.12%40.98%-
HSV(B)7.64º85.79%71.76%-
XYZ20.6912.12.22-
YUV84.6894.89198.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 71.76%
GREEN value IS 46 (18.36% from 255) = 18.04%
BLUE value IS 26 (10.55% from 255) = 10.20%
R=71.76%
G=18.04%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.86
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183462600.750.860.287.6475.1240.98
HexB72E1A04B561C84b29
Octal26756320113126341011351
Binary10110111101110110100100101110101101110010001001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72E1A; }

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

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

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

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

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

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

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

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