#B92E41

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

Shades of Brick Red #B92E41

Tints of Brick Red #B92E41

Color information

#B92E41 (or 0xB92E41) is unknown color: approx Brick Red. HEX triplet: B9, 2E and 41. RGB value is (185,46,65). Sum of RGB (Red+Green+Blue) = 185+46+65=296 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.5% from 296); Green value is 46 (18.36% from 255 or 15.54% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 185 - color contains mainly: red. Hex color #B92E41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92E41 is #46D1BE. Grayscale: #595959. Windows color (decimal): -4641215 or 4271801. OLE color: 4271801.

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

Color convert

RGB1854665-
CMYK00.750.650.27
HSL351.8º60.17%45.29%-
HSV(B)351.8º75.14%72.55%-
XYZ21.9412.656.29-
YUV89.73114.05195.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 62.5%
GREEN value IS 46 (18.36% from 255) = 15.54%
BLUE value IS 65 (25.78% from 255) = 21.96%
R=62.5%
G=15.54%
B=21.96%

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
Decimal185466500.750.650.27351.860.1745.29
HexB92E4104B411B1603c2d
Octal271561010113101335407455
Binary10111001101110100000101001011100000111011101100000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92E41; }

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

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

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

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

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

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

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

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