#B93726

Color #B93726 Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #B93726

Tints of Medium Carmine #B93726

Color information

#B93726 (or 0xB93726) is unknown color: approx Medium Carmine. HEX triplet: B9, 37 and 26. RGB value is (185,55,38). Sum of RGB (Red+Green+Blue) = 185+55+38=278 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.55% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 38 (15.23% from 255 or 13.67% from 278); Max value from RGB is 185 - color contains mainly: red. Hex color #B93726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93726 is #46C8D9. Grayscale: #5C5C5C. Windows color (decimal): -4638938 or 2504633. OLE color: 2504633.

HSL color Cylindrical-coordinate representation of color #B93726: hue angle of 6.94º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B93726 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB1855538-
CMYK00.700.790.27
HSL6.94º65.92%43.73%-
HSV(B)6.94º79.46%72.55%-
XYZ21.7213.193.23-
YUV91.9397.57194.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 66.55%
GREEN value IS 55 (21.88% from 255) = 19.78%
BLUE value IS 38 (15.23% from 255) = 13.67%
R=66.55%
G=19.78%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185553800.700.790.276.9465.9243.73
HexB937260464F1B7422c
Octal2716746010611733710254
Binary10111001110111100110010001101001111110111111000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93726; }

 p { color: rgb(185,55,38); }

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

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

 a { background-color: rgb(185,55,38); }

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

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

 span { border-color: rgb(185,55,38); }

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