#B92321

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

Shades of Fire Brick #B92321

Tints of Fire Brick #B92321

Color information

#B92321 (or 0xB92321) is unknown color: approx Fire Brick. HEX triplet: B9, 23 and 21. RGB value is (185,35,33). Sum of RGB (Red+Green+Blue) = 185+35+33=253 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.12% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 185 - color contains mainly: red. Hex color #B92321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92321 is #46DCDE. Grayscale: #4F4F4F. Windows color (decimal): -4644063 or 2171833. OLE color: 2171833.

HSL color Cylindrical-coordinate representation of color #B92321: hue angle of 0.79º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B92321 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB1853533-
CMYK00.810.820.27
HSL0.79º69.72%42.75%-
HSV(B)0.79º82.16%72.55%-
XYZ20.8811.632.58-
YUV79.62101.7203.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 73.12%
GREEN value IS 35 (14.06% from 255) = 13.83%
BLUE value IS 33 (13.28% from 255) = 13.04%
R=73.12%
G=13.83%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185353300.810.820.270.7969.7242.75
HexB92321051521B1462b
Octal2714341012112233110653
Binary101110011000111000010101000110100101101111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92321; }

 p { color: rgb(185,35,33); }

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

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

 a { background-color: rgb(185,35,33); }

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

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

 span { border-color: rgb(185,35,33); }

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