#B93F45

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

Shades of Brick Red #B93F45

Tints of Brick Red #B93F45

Color information

#B93F45 (or 0xB93F45) is unknown color: approx Brick Red. HEX triplet: B9, 3F and 45. RGB value is (185,63,69). Sum of RGB (Red+Green+Blue) = 185+63+69=317 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.36% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93F45 is #46C0BA. Grayscale: #646464. Windows color (decimal): -4636859 or 4538297. OLE color: 4538297.

HSL color Cylindrical-coordinate representation of color #B93F45: hue angle of 357.05º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B93F45 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB1856369-
CMYK00.660.630.27
HSL357.05º49.19%48.63%-
HSV(B)357.05º65.95%72.55%-
XYZ22.8614.37.19-
YUV100.16110.42188.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.36%
GREEN value IS 63 (25% from 255) = 19.87%
BLUE value IS 69 (27.34% from 255) = 21.77%
R=58.36%
G=19.87%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185636900.660.630.27357.0549.1948.63
HexB93F450423F1B1653131
Octal27177105010277335456161
Binary1011100111111110001010100001011111111011101100101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93F45; }

 p { color: rgb(185,63,69); }

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

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

 a { background-color: rgb(185,63,69); }

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

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

 span { border-color: rgb(185,63,69); }

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