#B92E42

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

Shades of Brick Red #B92E42

Tints of Brick Red #B92E42

Color information

#B92E42 (or 0xB92E42) is unknown color: approx Brick Red. HEX triplet: B9, 2E and 42. RGB value is (185,46,66). Sum of RGB (Red+Green+Blue) = 185+46+66=297 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.29% from 297); Green value is 46 (18.36% from 255 or 15.49% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 185 - color contains mainly: red. Hex color #B92E42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92E42 is #46D1BD. Grayscale: #595959. Windows color (decimal): -4641214 or 4337337. OLE color: 4337337.

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

Color convert

RGB1854666-
CMYK00.750.640.27
HSL351.37º60.17%45.29%-
HSV(B)351.37º75.14%72.55%-
XYZ21.9712.666.44-
YUV89.84114.55195.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 62.29%
GREEN value IS 46 (18.36% from 255) = 15.49%
BLUE value IS 66 (26.17% from 255) = 22.22%
R=62.29%
G=15.49%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185466600.750.640.27351.3760.1745.29
HexB92E4204B401B15f3c2d
Octal271561020113100335377455
Binary10111001101110100001001001011100000011011101011111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92E42; }

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

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

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

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

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

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

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

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