#B62816

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

Shades of Fire Brick #B62816

Tints of Fire Brick #B62816

Color information

#B62816 (or 0xB62816) is unknown color: approx Fire Brick. HEX triplet: B6, 28 and 16. RGB value is (182,40,22). Sum of RGB (Red+Green+Blue) = 182+40+22=244 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.59% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 182 - color contains mainly: red. Hex color #B62816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62816 is #49D7E9. Grayscale: #505050. Windows color (decimal): -4839402 or 1452214. OLE color: 1452214.

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

Color convert

RGB1824022-
CMYK00.780.880.29
HSL6.75º78.43%40%-
HSV(B)6.75º87.91%71.37%-
XYZ20.211.521.92-
YUV80.4195.04200.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 74.59%
GREEN value IS 40 (16.02% from 255) = 16.39%
BLUE value IS 22 (8.98% from 255) = 9.02%
R=74.59%
G=16.39%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182402200.780.880.296.7578.4340
HexB6281604E581D74e28
Octal2665026011613035711650
Binary1011011010100010110010011101011000111011111001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62816; }

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

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

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

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

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

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

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

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