#B6271E

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

Shades of Fire Brick #B6271E

Tints of Fire Brick #B6271E

Color information

#B6271E (or 0xB6271E) is unknown color: approx Fire Brick. HEX triplet: B6, 27 and 1E. RGB value is (182,39,30). Sum of RGB (Red+Green+Blue) = 182+39+30=251 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.51% from 251); Green value is 39 (15.62% from 255 or 15.54% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 182 - color contains mainly: red. Hex color #B6271E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6271E is #49D8E1. Grayscale: #505050. Windows color (decimal): -4839650 or 1976246. OLE color: 1976246.

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

Color convert

RGB1823930-
CMYK00.790.840.29
HSL3.55º71.7%41.57%-
HSV(B)3.55º83.52%71.37%-
XYZ20.2511.492.38-
YUV80.7399.38200.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 72.51%
GREEN value IS 39 (15.62% from 255) = 15.54%
BLUE value IS 30 (12.11% from 255) = 11.95%
R=72.51%
G=15.54%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182393000.790.840.293.5571.741.57
HexB6271E04F541D4482a
Octal2664736011712435411052
Binary1011011010011111110010011111010100111011001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6271E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6271E; }

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

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

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

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

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

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

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

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