#B7271B

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

Shades of Fire Brick #B7271B

Tints of Fire Brick #B7271B

Color information

#B7271B (or 0xB7271B) is unknown color: approx Fire Brick. HEX triplet: B7, 27 and 1B. RGB value is (183,39,27). Sum of RGB (Red+Green+Blue) = 183+39+27=249 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.49% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 183 - color contains mainly: red. Hex color #B7271B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7271B is #48D8E4. Grayscale: #505050. Windows color (decimal): -4774117 or 1779639. OLE color: 1779639.

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

Color convert

RGB1833927-
CMYK00.790.850.28
HSL4.62º74.29%41.18%-
HSV(B)4.62º85.25%71.76%-
XYZ20.4511.62.2-
YUV80.6997.71200.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 73.49%
GREEN value IS 39 (15.62% from 255) = 15.66%
BLUE value IS 27 (10.94% from 255) = 10.84%
R=73.49%
G=15.66%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183392700.790.850.284.6274.2941.18
HexB7271B04F551C54a29
Octal2674733011712534511251
Binary1011011110011111011010011111010101111001011001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7271B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7271B; }

 p { color: rgb(183,39,27); }

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

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

 a { background-color: rgb(183,39,27); }

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

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

 span { border-color: rgb(183,39,27); }

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