#B93D43

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

Shades of Brick Red #B93D43

Tints of Brick Red #B93D43

Color information

#B93D43 (or 0xB93D43) is unknown color: approx Brick Red. HEX triplet: B9, 3D and 43. RGB value is (185,61,67). Sum of RGB (Red+Green+Blue) = 185+61+67=313 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.11% from 313); Green value is 61 (24.22% from 255 or 19.49% from 313); Blue value is 67 (26.56% from 255 or 21.41% from 313); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93D43 is #46C2BC. Grayscale: #626262. Windows color (decimal): -4637373 or 4406713. OLE color: 4406713.

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

Color convert

RGB1856167-
CMYK00.670.640.27
HSL357.1º50.41%48.24%-
HSV(B)357.1º67.03%72.55%-
XYZ22.6914.066.83-
YUV98.76110.08189.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.11%
GREEN value IS 61 (24.22% from 255) = 19.49%
BLUE value IS 67 (26.56% from 255) = 21.41%
R=59.11%
G=19.49%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185616700.670.640.27357.150.4148.24
HexB93D43043401B1653230
Octal271751030103100335456260
Binary10111001111101100001101000011100000011011101100101110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93D43; }

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

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

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

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

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

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

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

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