#B72A25

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

Shades of Fire Brick #B72A25

Tints of Fire Brick #B72A25

Color information

#B72A25 (or 0xB72A25) is unknown color: approx Fire Brick. HEX triplet: B7, 2A and 25. RGB value is (183,42,37). Sum of RGB (Red+Green+Blue) = 183+42+37=262 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.85% from 262); Green value is 42 (16.80% from 255 or 16.03% from 262); Blue value is 37 (14.84% from 255 or 14.12% from 262); Max value from RGB is 183 - color contains mainly: red. Hex color #B72A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72A25 is #48D5DA. Grayscale: #535353. Windows color (decimal): -4773339 or 2435767. OLE color: 2435767.

HSL color Cylindrical-coordinate representation of color #B72A25: hue angle of 2.05º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B72A25 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB1834237-
CMYK00.770.800.28
HSL2.05º66.36%43.14%-
HSV(B)2.05º79.78%71.76%-
XYZ20.6911.862.95-
YUV83.59101.71198.91-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 69.85%
GREEN value IS 42 (16.80% from 255) = 16.03%
BLUE value IS 37 (14.84% from 255) = 14.12%
R=69.85%
G=16.03%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.80
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183423700.770.800.282.0566.3643.14
HexB72A2504D501C2422b
Octal2675245011512034210253
Binary1011011110101010010101001101101000011100101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72A25; }

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

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

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

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

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

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

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

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