#B93826

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

Shades of Medium Carmine #B93826

Tints of Medium Carmine #B93826

Color information

#B93826 (or 0xB93826) is unknown color: approx Medium Carmine. HEX triplet: B9, 38 and 26. RGB value is (185,56,38). Sum of RGB (Red+Green+Blue) = 185+56+38=279 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.31% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 38 (15.23% from 255 or 13.62% from 279); Max value from RGB is 185 - color contains mainly: red. Hex color #B93826 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93826 is #46C7D9. Grayscale: #5C5C5C. Windows color (decimal): -4638682 or 2504889. OLE color: 2504889.

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

Color convert

RGB1855638-
CMYK00.700.790.27
HSL7.35º65.92%43.73%-
HSV(B)7.35º79.46%72.55%-
XYZ21.7713.283.25-
YUV92.5297.24193.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 66.31%
GREEN value IS 56 (22.27% from 255) = 20.07%
BLUE value IS 38 (15.23% from 255) = 13.62%
R=66.31%
G=20.07%
B=13.62%

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
Decimal185563800.700.790.277.3565.9243.73
HexB938260464F1B7422c
Octal2717046010611733710254
Binary10111001111000100110010001101001111110111111000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93826; }

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

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

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

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

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

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

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

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