#B92E40

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

Shades of Brick Red #B92E40

Tints of Brick Red #B92E40

Color information

#B92E40 (or 0xB92E40) is unknown color: approx Brick Red. HEX triplet: B9, 2E and 40. RGB value is (185,46,64). Sum of RGB (Red+Green+Blue) = 185+46+64=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 46 (18.36% from 255 or 15.59% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B92E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92E40 is #46D1BF. Grayscale: #595959. Windows color (decimal): -4641216 or 4206265. OLE color: 4206265.

HSL color Cylindrical-coordinate representation of color #B92E40: hue angle of 352.23º degrees, saturation: 0.6, 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 #B92E40 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB1854664-
CMYK00.750.650.27
HSL352.23º60.17%45.29%-
HSV(B)352.23º75.14%72.55%-
XYZ21.9112.646.14-
YUV89.61113.55196.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 62.71%
GREEN value IS 46 (18.36% from 255) = 15.59%
BLUE value IS 64 (25.39% from 255) = 21.69%
R=62.71%
G=15.59%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185466400.750.650.27352.2360.1745.29
HexB92E4004B411B1603c2d
Octal271561000113101335407455
Binary10111001101110100000001001011100000111011101100000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92E40; }

 p { color: rgb(185,46,64); }

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

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

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

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

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

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

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