#B33E39

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

Shades of Medium Carmine #B33E39

Tints of Medium Carmine #B33E39

Color information

#B33E39 (or 0xB33E39) is unknown color: approx Medium Carmine. HEX triplet: B3, 3E and 39. RGB value is (179,62,57). Sum of RGB (Red+Green+Blue) = 179+62+57=298 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.07% from 298); Green value is 62 (24.61% from 255 or 20.81% from 298); Blue value is 57 (22.66% from 255 or 19.13% from 298); Max value from RGB is 179 - color contains mainly: red. Hex color #B33E39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33E39 is #4CC1C6. Grayscale: #606060. Windows color (decimal): -5030343 or 3751603. OLE color: 3751603.

HSL color Cylindrical-coordinate representation of color #B33E39: hue angle of 2.46º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B33E39 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB1796257-
CMYK00.650.680.30
HSL2.46º51.69%46.27%-
HSV(B)2.46º68.16%70.2%-
XYZ21.0513.325.33-
YUV96.41105.76186.91-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 60.07%
GREEN value IS 62 (24.61% from 255) = 20.81%
BLUE value IS 57 (22.66% from 255) = 19.13%
R=60.07%
G=20.81%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179625700.650.680.302.4651.6946.27
HexB33E39041441E2342e
Octal263767101011043626456
Binary101100111111101110010100000110001001111010110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33E39; }

 p { color: rgb(179,62,57); }

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

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

 a { background-color: rgb(179,62,57); }

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

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

 span { border-color: rgb(179,62,57); }

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