#B72A1B

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

Shades of Fire Brick #B72A1B

Tints of Fire Brick #B72A1B

Color information

#B72A1B (or 0xB72A1B) is unknown color: approx Fire Brick. HEX triplet: B7, 2A and 1B. RGB value is (183,42,27). Sum of RGB (Red+Green+Blue) = 183+42+27=252 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.62% from 252); Green value is 42 (16.80% from 255 or 16.67% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 183 - color contains mainly: red. Hex color #B72A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72A1B is #48D5E4. Grayscale: #525252. Windows color (decimal): -4773349 or 1780407. OLE color: 1780407.

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

Color convert

RGB1834227-
CMYK00.770.850.28
HSL5.77º74.29%41.18%-
HSV(B)5.77º85.25%71.76%-
XYZ20.5511.82.23-
YUV82.4596.71199.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 72.62%
GREEN value IS 42 (16.80% from 255) = 16.67%
BLUE value IS 27 (10.94% from 255) = 10.71%
R=72.62%
G=16.67%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183422700.770.850.285.7774.2941.18
HexB72A1B04D551C64a29
Octal2675233011512534611251
Binary1011011110101011011010011011010101111001101001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72A1B; }

 p { color: rgb(183,42,27); }

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

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

 a { background-color: rgb(183,42,27); }

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

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

 span { border-color: rgb(183,42,27); }

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