#B72720

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

Shades of Fire Brick #B72720

Tints of Fire Brick #B72720

Color information

#B72720 (or 0xB72720) is unknown color: approx Fire Brick. HEX triplet: B7, 27 and 20. RGB value is (183,39,32). Sum of RGB (Red+Green+Blue) = 183+39+32=254 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.05% from 254); Green value is 39 (15.62% from 255 or 15.35% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 183 - color contains mainly: red. Hex color #B72720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72720 is #48D8DF. Grayscale: #515151. Windows color (decimal): -4774112 or 2107319. OLE color: 2107319.

HSL color Cylindrical-coordinate representation of color #B72720: hue angle of 2.78º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B72720 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB1833932-
CMYK00.790.830.28
HSL2.78º70.23%42.16%-
HSV(B)2.78º82.51%71.76%-
XYZ20.5111.622.53-
YUV81.26100.21200.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 72.05%
GREEN value IS 39 (15.62% from 255) = 15.35%
BLUE value IS 32 (12.89% from 255) = 12.60%
R=72.05%
G=15.35%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183393200.790.830.282.7870.2342.16
HexB7272004F531C3462a
Octal2674740011712334310652
Binary1011011110011110000001001111101001111100111000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72720; }

 p { color: rgb(183,39,32); }

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

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

 a { background-color: rgb(183,39,32); }

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

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

 span { border-color: rgb(183,39,32); }

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