#B72013

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

Shades of Fire Brick #B72013

Tints of Fire Brick #B72013

Color information

#B72013 (or 0xB72013) is unknown color: approx Fire Brick. HEX triplet: B7, 20 and 13. RGB value is (183,32,19). Sum of RGB (Red+Green+Blue) = 183+32+19=234 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.21% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 183 - color contains mainly: red. Hex color #B72013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72013 is #48DFEC. Grayscale: #4B4B4B. Windows color (decimal): -4775917 or 1253559. OLE color: 1253559.

HSL color Cylindrical-coordinate representation of color #B72013: hue angle of 4.76º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B72013 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB1833219-
CMYK00.830.900.28
HSL4.76º81.19%39.61%-
HSV(B)4.76º89.62%71.76%-
XYZ20.1611.151.71-
YUV75.6796.03204.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 78.21%
GREEN value IS 32 (12.89% from 255) = 13.68%
BLUE value IS 19 (7.81% from 255) = 8.12%
R=78.21%
G=13.68%
B=8.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183321900.830.900.284.7681.1939.61
HexB720130535A1C55128
Octal2674023012313234512150
Binary1011011110000010011010100111011010111001011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72013; }

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

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

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

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

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

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

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

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