#B72A28

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

Shades of Fire Brick #B72A28

Tints of Fire Brick #B72A28

Color information

#B72A28 (or 0xB72A28) is unknown color: approx Fire Brick. HEX triplet: B7, 2A and 28. RGB value is (183,42,40). Sum of RGB (Red+Green+Blue) = 183+42+40=265 (35% of max value = 765). Red value is 183 (71.88% from 255 or 69.06% from 265); Green value is 42 (16.80% from 255 or 15.85% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 183 - color contains mainly: red. Hex color #B72A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72A28 is #48D5D7. Grayscale: #545454. Windows color (decimal): -4773336 or 2632375. OLE color: 2632375.

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

Color convert

RGB1834240-
CMYK00.770.780.28
HSL0.84º64.13%43.73%-
HSV(B)0.84º78.14%71.76%-
XYZ20.7411.883.21-
YUV83.93103.21198.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 69.06%
GREEN value IS 42 (16.80% from 255) = 15.85%
BLUE value IS 40 (16.02% from 255) = 15.09%
R=69.06%
G=15.85%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183424000.770.780.280.8464.1343.73
HexB72A2804D4E1C1402c
Octal2675250011511634110054
Binary101101111010101010000100110110011101110011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72A28; }

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

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

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

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

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

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

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

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