#b92f41

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

Shades of Brick Red #B92F41

Tints of Brick Red #B92F41

Color information

#B92F41 (or 0xB92F41) is unknown color: approx Brick Red. HEX triplet: B9, 2F and 41. RGB value is (185,47,65). Sum of RGB (Red+Green+Blue) = 185+47+65=297 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.29% from 297); Green value is 47 (18.75% from 255 or 15.82% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 185 - color contains mainly: red. Hex color #B92F41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92F41 is #46D0BE. Grayscale: #5A5A5A. Windows color (decimal): -4640959 or 4272057. OLE color: 4272057.

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

Color convert

RGB1854765-
CMYK00.750.650.27
HSL352.17º59.48%45.49%-
HSV(B)352.17º74.59%72.55%-
XYZ21.9812.736.3-
YUV90.31113.72195.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 62.29%
GREEN value IS 47 (18.75% from 255) = 15.82%
BLUE value IS 65 (25.78% from 255) = 21.89%
R=62.29%
G=15.82%
B=21.89%

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
Decimal185476500.750.650.27352.1759.4845.49
HexB92F4104B411B1603b2d
Octal271571010113101335407355
Binary10111001101111100000101001011100000111011101100000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b92f41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b92f41; }

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

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

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

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

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

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

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

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