#B9251E

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

Shades of Fire Brick #B9251E

Tints of Fire Brick #B9251E

Color information

#B9251E (or 0xB9251E) is unknown color: approx Fire Brick. HEX triplet: B9, 25 and 1E. RGB value is (185,37,30). Sum of RGB (Red+Green+Blue) = 185+37+30=252 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.41% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 185 - color contains mainly: red. Hex color #B9251E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9251E is #46DAE1. Grayscale: #505050. Windows color (decimal): -4643554 or 1975737. OLE color: 1975737.

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

Color convert

RGB1853730-
CMYK00.800.840.27
HSL2.71º72.09%42.16%-
HSV(B)2.71º83.78%72.55%-
XYZ20.911.732.39-
YUV80.4599.53202.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 73.41%
GREEN value IS 37 (14.84% from 255) = 14.68%
BLUE value IS 30 (12.11% from 255) = 11.90%
R=73.41%
G=14.68%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185373000.800.840.272.7172.0942.16
HexB9251E050541B3482a
Octal2714536012012433311052
Binary101110011001011111001010000101010011011111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9251E; }

 p { color: rgb(185,37,30); }

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

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

 a { background-color: rgb(185,37,30); }

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

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

 span { border-color: rgb(185,37,30); }

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