#B6201B

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

Shades of Fire Brick #B6201B

Tints of Fire Brick #B6201B

Color information

#B6201B (or 0xB6201B) is unknown color: approx Fire Brick. HEX triplet: B6, 20 and 1B. RGB value is (182,32,27). Sum of RGB (Red+Green+Blue) = 182+32+27=241 (31% of max value = 765). Red value is 182 (71.48% from 255 or 75.52% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 27 (10.94% from 255 or 11.20% from 241); Max value from RGB is 182 - color contains mainly: red. Hex color #B6201B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6201B is #49DFE4. Grayscale: #4C4C4C. Windows color (decimal): -4841445 or 1777846. OLE color: 1777846.

HSL color Cylindrical-coordinate representation of color #B6201B: hue angle of 1.94º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B6201B is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB1823227-
CMYK00.820.850.29
HSL1.94º74.16%40.98%-
HSV(B)1.94º85.16%71.37%-
XYZ20.0111.062.12-
YUV76.28100.2203.41-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 75.52%
GREEN value IS 32 (12.89% from 255) = 13.28%
BLUE value IS 27 (10.94% from 255) = 11.20%
R=75.52%
G=13.28%
B=11.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182322700.820.850.291.9474.1640.98
HexB6201B052551D24a29
Octal2664033012212535211251
Binary101101101000001101101010010101010111101101001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6201B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6201B; }

 p { color: rgb(182,32,27); }

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

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

 a { background-color: rgb(182,32,27); }

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

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

 span { border-color: rgb(182,32,27); }

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