#B93833

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

Shades of Medium Carmine #B93833

Tints of Medium Carmine #B93833

Color information

#B93833 (or 0xB93833) is unknown color: approx Medium Carmine. HEX triplet: B9, 38 and 33. RGB value is (185,56,51). Sum of RGB (Red+Green+Blue) = 185+56+51=292 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.36% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 51 (20.31% from 255 or 17.47% from 292); Max value from RGB is 185 - color contains mainly: red. Hex color #B93833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93833 is #46C7CC. Grayscale: #5E5E5E. Windows color (decimal): -4638669 or 3356857. OLE color: 3356857.

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

Color convert

RGB1855651-
CMYK00.700.720.27
HSL2.24º56.78%46.27%-
HSV(B)2.24º72.43%72.55%-
XYZ22.0213.384.55-
YUV94103.74192.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 63.36%
GREEN value IS 56 (22.27% from 255) = 19.18%
BLUE value IS 51 (20.31% from 255) = 17.47%
R=63.36%
G=19.18%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185565100.700.720.272.2456.7846.27
HexB93833046481B2392e
Octal271706301061103327156
Binary101110011110001100110100011010010001101110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93833; }

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

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

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

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

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

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

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

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