#B93F44

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

Shades of Brick Red #B93F44

Tints of Brick Red #B93F44

Color information

#B93F44 (or 0xB93F44) is unknown color: approx Brick Red. HEX triplet: B9, 3F and 44. RGB value is (185,63,68). Sum of RGB (Red+Green+Blue) = 185+63+68=316 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.54% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93F44 is #46C0BB. Grayscale: #646464. Windows color (decimal): -4636860 or 4472761. OLE color: 4472761.

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

Color convert

RGB1856368-
CMYK00.660.630.27
HSL357.54º49.19%48.63%-
HSV(B)357.54º65.95%72.55%-
XYZ22.8314.297.02-
YUV100.05109.92188.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.54%
GREEN value IS 63 (25% from 255) = 19.94%
BLUE value IS 68 (26.95% from 255) = 21.52%
R=58.54%
G=19.94%
B=21.52%

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
Decimal185636800.660.630.27357.5449.1948.63
HexB93F440423F1B1663131
Octal27177104010277335466161
Binary1011100111111110001000100001011111111011101100110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93F44; }

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

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

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

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

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

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

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

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