#B92727

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

Shades of Fire Brick #B92727

Tints of Fire Brick #B92727

Color information

#B92727 (or 0xB92727) is unknown color: approx Fire Brick. HEX triplet: B9, 27 and 27. RGB value is (185,39,39). Sum of RGB (Red+Green+Blue) = 185+39+39=263 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.34% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 39 (15.62% from 255 or 14.83% from 263); Max value from RGB is 185 - color contains mainly: red. Hex color #B92727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92727 is #46D8D8. Grayscale: #525252. Windows color (decimal): -4643033 or 2566073. OLE color: 2566073.

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

Color convert

RGB1853939-
CMYK00.790.790.27
HSL65.18%43.92%-
HSV(B)78.92%72.55%-
XYZ21.111.913.11-
YUV82.65103.37201-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 70.34%
GREEN value IS 39 (15.62% from 255) = 14.83%
BLUE value IS 39 (15.62% from 255) = 14.83%
R=70.34%
G=14.83%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185393900.790.790.27065.1843.92
HexB9272704F4F1B0412c
Octal2714747011711733010154
Binary101110011001111001110100111110011111101101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92727; }

 p { color: rgb(185,39,39); }

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

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

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

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

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

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

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