#B93141

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

Shades of Brick Red #B93141

Tints of Brick Red #B93141

Color information

#B93141 (or 0xB93141) is unknown color: approx Brick Red. HEX triplet: B9, 31 and 41. RGB value is (185,49,65). Sum of RGB (Red+Green+Blue) = 185+49+65=299 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.87% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 185 - color contains mainly: red. Hex color #B93141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93141 is #46CEBE. Grayscale: #5B5B5B. Windows color (decimal): -4640447 or 4272569. OLE color: 4272569.

HSL color Cylindrical-coordinate representation of color #B93141: hue angle of 352.94º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B93141 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB1854965-
CMYK00.740.650.27
HSL352.94º58.12%45.88%-
HSV(B)352.94º73.51%72.55%-
XYZ22.0612.896.33-
YUV91.49113.06194.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 61.87%
GREEN value IS 49 (19.53% from 255) = 16.39%
BLUE value IS 65 (25.78% from 255) = 21.74%
R=61.87%
G=16.39%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185496500.740.650.27352.9458.1245.88
HexB9314104A411B1613a2e
Octal271611010112101335417256
Binary10111001110001100000101001010100000111011101100001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93141; }

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

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

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

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

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

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

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

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