#B6271A

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

Shades of Fire Brick #B6271A

Tints of Fire Brick #B6271A

Color information

#B6271A (or 0xB6271A) is unknown color: approx Fire Brick. HEX triplet: B6, 27 and 1A. RGB value is (182,39,26). Sum of RGB (Red+Green+Blue) = 182+39+26=247 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.68% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 182 - color contains mainly: red. Hex color #B6271A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6271A is #49D8E5. Grayscale: #505050. Windows color (decimal): -4839654 or 1714102. OLE color: 1714102.

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

Color convert

RGB1823926-
CMYK00.790.860.29
HSL75%40.78%-
HSV(B)85.71%71.37%-
XYZ20.211.472.13-
YUV80.2797.38200.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 73.68%
GREEN value IS 39 (15.62% from 255) = 15.79%
BLUE value IS 26 (10.55% from 255) = 10.53%
R=73.68%
G=15.79%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182392600.790.860.2957540.78
HexB6271A04F561D54b29
Octal2664732011712635511351
Binary1011011010011111010010011111010110111011011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6271A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6271A; }

 p { color: rgb(182,39,26); }

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

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

 a { background-color: rgb(182,39,26); }

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

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

 span { border-color: rgb(182,39,26); }

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