#B93039

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

Shades of Brick Red #B93039

Tints of Brick Red #B93039

Color information

#B93039 (or 0xB93039) is unknown color: approx Brick Red. HEX triplet: B9, 30 and 39. RGB value is (185,48,57). Sum of RGB (Red+Green+Blue) = 185+48+57=290 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.79% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 57 (22.66% from 255 or 19.66% from 290); Max value from RGB is 185 - color contains mainly: red. Hex color #B93039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93039 is #46CFC6. Grayscale: #5A5A5A. Windows color (decimal): -4640711 or 3748025. OLE color: 3748025.

HSL color Cylindrical-coordinate representation of color #B93039: hue angle of 356.06º degrees, saturation: 0.59, 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 #B93039 is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB1854857-
CMYK00.740.690.27
HSL356.06º58.8%45.69%-
HSV(B)356.06º74.05%72.55%-
XYZ21.812.725.18-
YUV89.99109.39195.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 63.79%
GREEN value IS 48 (19.14% from 255) = 16.55%
BLUE value IS 57 (22.66% from 255) = 19.66%
R=63.79%
G=16.55%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185485700.740.690.27356.0658.845.69
HexB9303904A451B1643b2e
Octal27160710112105335447356
Binary1011100111000011100101001010100010111011101100100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93039; }

 p { color: rgb(185,48,57); }

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

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

 a { background-color: rgb(185,48,57); }

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

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

 span { border-color: rgb(185,48,57); }

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