#B33E38

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

Shades of Medium Carmine #B33E38

Tints of Medium Carmine #B33E38

Color information

#B33E38 (or 0xB33E38) is unknown color: approx Medium Carmine. HEX triplet: B3, 3E and 38. RGB value is (179,62,56). Sum of RGB (Red+Green+Blue) = 179+62+56=297 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.27% from 297); Green value is 62 (24.61% from 255 or 20.88% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 179 - color contains mainly: red. Hex color #B33E38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33E38 is #4CC1C7. Grayscale: #606060. Windows color (decimal): -5030344 or 3686067. OLE color: 3686067.

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

Color convert

RGB1796256-
CMYK00.650.690.30
HSL2.93º52.34%46.08%-
HSV(B)2.93º68.72%70.2%-
XYZ21.0313.315.2-
YUV96.3105.26186.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 60.27%
GREEN value IS 62 (24.61% from 255) = 20.88%
BLUE value IS 56 (22.27% from 255) = 18.86%
R=60.27%
G=20.88%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179625600.650.690.302.9352.3446.08
HexB33E38041451E3342e
Octal263767001011053636456
Binary101100111111101110000100000110001011111011110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33E38; }

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

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

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

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

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

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

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

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