#B93626

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

Shades of Medium Carmine #B93626

Tints of Medium Carmine #B93626

Color information

#B93626 (or 0xB93626) is unknown color: approx Medium Carmine. HEX triplet: B9, 36 and 26. RGB value is (185,54,38). Sum of RGB (Red+Green+Blue) = 185+54+38=277 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.79% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 38 (15.23% from 255 or 13.72% from 277); Max value from RGB is 185 - color contains mainly: red. Hex color #B93626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93626 is #46C9D9. Grayscale: #5B5B5B. Windows color (decimal): -4639194 or 2504377. OLE color: 2504377.

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

Color convert

RGB1855438-
CMYK00.710.790.27
HSL6.53º65.92%43.73%-
HSV(B)6.53º79.46%72.55%-
XYZ21.6813.093.22-
YUV91.3497.9194.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 66.79%
GREEN value IS 54 (21.48% from 255) = 19.49%
BLUE value IS 38 (15.23% from 255) = 13.72%
R=66.79%
G=19.49%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185543800.710.790.276.5365.9243.73
HexB936260474F1B7422c
Octal2716646010711733710254
Binary10111001110110100110010001111001111110111111000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93626; }

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

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

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

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

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

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

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

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