#B93640

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

Shades of Brick Red #B93640

Tints of Brick Red #B93640

Color information

#B93640 (or 0xB93640) is unknown color: approx Brick Red. HEX triplet: B9, 36 and 40. RGB value is (185,54,64). Sum of RGB (Red+Green+Blue) = 185+54+64=303 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.06% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 185 - color contains mainly: red. Hex color #B93640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93640 is #46C9BF. Grayscale: #5E5E5E. Windows color (decimal): -4639168 or 4208313. OLE color: 4208313.

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

Color convert

RGB1855464-
CMYK00.710.650.27
HSL355.42º54.81%46.86%-
HSV(B)355.42º70.81%72.55%-
XYZ22.2513.326.25-
YUV94.31110.9192.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 61.06%
GREEN value IS 54 (21.48% from 255) = 17.82%
BLUE value IS 64 (25.39% from 255) = 21.12%
R=61.06%
G=17.82%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185546400.710.650.27355.4254.8146.86
HexB93640047411B163372f
Octal271661000107101335436757
Binary10111001110110100000001000111100000111011101100011110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93640; }

 p { color: rgb(185,54,64); }

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

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

 a { background-color: rgb(185,54,64); }

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

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

 span { border-color: rgb(185,54,64); }

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