#B93D44

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

Shades of Brick Red #B93D44

Tints of Brick Red #B93D44

Color information

#B93D44 (or 0xB93D44) is unknown color: approx Brick Red. HEX triplet: B9, 3D and 44. RGB value is (185,61,68). Sum of RGB (Red+Green+Blue) = 185+61+68=314 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.92% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93D44 is #46C2BB. Grayscale: #626262. Windows color (decimal): -4637372 or 4472249. OLE color: 4472249.

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

Color convert

RGB1856168-
CMYK00.670.630.27
HSL356.61º50.41%48.24%-
HSV(B)356.61º67.03%72.55%-
XYZ22.7214.076.99-
YUV98.87110.58189.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.92%
GREEN value IS 61 (24.22% from 255) = 19.43%
BLUE value IS 68 (26.95% from 255) = 21.66%
R=58.92%
G=19.43%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185616800.670.630.27356.6150.4148.24
HexB93D440433F1B1653230
Octal27175104010377335456260
Binary1011100111110110001000100001111111111011101100101110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93D44; }

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

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

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

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

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

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

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

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