#B93D41

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

Shades of Brick Red #B93D41

Tints of Brick Red #B93D41

Color information

#B93D41 (or 0xB93D41) is unknown color: approx Brick Red. HEX triplet: B9, 3D and 41. RGB value is (185,61,65). Sum of RGB (Red+Green+Blue) = 185+61+65=311 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.49% from 311); Green value is 61 (24.22% from 255 or 19.61% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93D41 is #46C2BE. Grayscale: #626262. Windows color (decimal): -4637375 or 4275641. OLE color: 4275641.

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

Color convert

RGB1856165-
CMYK00.670.650.27
HSL358.06º50.41%48.24%-
HSV(B)358.06º67.03%72.55%-
XYZ22.6314.036.52-
YUV98.53109.08189.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.49%
GREEN value IS 61 (24.22% from 255) = 19.61%
BLUE value IS 65 (25.78% from 255) = 20.90%
R=59.49%
G=19.61%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185616500.670.650.27358.0650.4148.24
HexB93D41043411B1663230
Octal271751010103101335466260
Binary10111001111101100000101000011100000111011101100110110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93D41; }

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

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

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

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

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

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

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

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