#B72816

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

Shades of Fire Brick #B72816

Tints of Fire Brick #B72816

Color information

#B72816 (or 0xB72816) is unknown color: approx Fire Brick. HEX triplet: B7, 28 and 16. RGB value is (183,40,22). Sum of RGB (Red+Green+Blue) = 183+40+22=245 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.69% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 183 - color contains mainly: red. Hex color #B72816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72816 is #48D7E9. Grayscale: #505050. Windows color (decimal): -4773866 or 1452215. OLE color: 1452215.

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

Color convert

RGB1834022-
CMYK00.780.880.28
HSL6.71º78.54%40.2%-
HSV(B)6.71º87.98%71.76%-
XYZ20.4311.641.93-
YUV80.794.88200.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 74.69%
GREEN value IS 40 (16.02% from 255) = 16.33%
BLUE value IS 22 (8.98% from 255) = 8.98%
R=74.69%
G=16.33%
B=8.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.88
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183402200.780.880.286.7178.5440.2
HexB7281604E581C74f28
Octal2675026011613034711750
Binary1011011110100010110010011101011000111001111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72816; }

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

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

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

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

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

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

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

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