#B33D39

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

Shades of Medium Carmine #B33D39

Tints of Medium Carmine #B33D39

Color information

#B33D39 (or 0xB33D39) is unknown color: approx Medium Carmine. HEX triplet: B3, 3D and 39. RGB value is (179,61,57). Sum of RGB (Red+Green+Blue) = 179+61+57=297 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.27% from 297); Green value is 61 (24.22% from 255 or 20.54% from 297); Blue value is 57 (22.66% from 255 or 19.19% from 297); Max value from RGB is 179 - color contains mainly: red. Hex color #B33D39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33D39 is #4CC2C6. Grayscale: #5F5F5F. Windows color (decimal): -5030599 or 3751347. OLE color: 3751347.

HSL color Cylindrical-coordinate representation of color #B33D39: hue angle of 1.97º 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 #B33D39 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB1796157-
CMYK00.660.680.30
HSL1.97º51.69%46.27%-
HSV(B)1.97º68.16%70.2%-
XYZ2113.225.32-
YUV95.83106.09187.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 60.27%
GREEN value IS 61 (24.22% from 255) = 20.54%
BLUE value IS 57 (22.66% from 255) = 19.19%
R=60.27%
G=20.54%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179615700.660.680.301.9751.6946.27
HexB33D39042441E2342e
Octal263757101021043626456
Binary101100111111011110010100001010001001111010110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33D39; }

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

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

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

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

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

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

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

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