#B93C42

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

Shades of Brick Red #B93C42

Tints of Brick Red #B93C42

Color information

#B93C42 (or 0xB93C42) is unknown color: approx Brick Red. HEX triplet: B9, 3C and 42. RGB value is (185,60,66). Sum of RGB (Red+Green+Blue) = 185+60+66=311 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.49% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93C42 is #46C3BD. Grayscale: #626262. Windows color (decimal): -4637630 or 4340921. OLE color: 4340921.

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

Color convert

RGB1856066-
CMYK00.680.640.27
HSL357.12º51.02%48.04%-
HSV(B)357.12º67.57%72.55%-
XYZ22.6113.946.65-
YUV98.06109.91190.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.49%
GREEN value IS 60 (23.83% from 255) = 19.29%
BLUE value IS 66 (26.17% from 255) = 21.22%
R=59.49%
G=19.29%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185606600.680.640.27357.1251.0248.04
HexB93C42044401B1653330
Octal271741020104100335456360
Binary10111001111100100001001000100100000011011101100101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93C42; }

 p { color: rgb(185,60,66); }

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

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

 a { background-color: rgb(185,60,66); }

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

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

 span { border-color: rgb(185,60,66); }

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