#B92F3F

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

Shades of Brick Red #B92F3F

Tints of Brick Red #B92F3F

Color information

#B92F3F (or 0xB92F3F) is unknown color: approx Brick Red. HEX triplet: B9, 2F and 3F. RGB value is (185,47,63). Sum of RGB (Red+Green+Blue) = 185+47+63=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B92F3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92F3F is #46D0C0. Grayscale: #5A5A5A. Windows color (decimal): -4640961 or 4140985. OLE color: 4140985.

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

Color convert

RGB1854763-
CMYK00.750.660.27
HSL353.04º59.48%45.49%-
HSV(B)353.04º74.59%72.55%-
XYZ21.9212.716-
YUV90.09112.72195.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 62.71%
GREEN value IS 47 (18.75% from 255) = 15.93%
BLUE value IS 63 (25% from 255) = 21.36%
R=62.71%
G=15.93%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185476300.750.660.27353.0459.4845.49
HexB92F3F04B421B1613b2d
Octal27157770113102335417355
Binary1011100110111111111101001011100001011011101100001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92F3F; }

 p { color: rgb(185,47,63); }

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

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

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

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

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

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

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