#B33A39

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

Shades of Medium Carmine #B33A39

Tints of Medium Carmine #B33A39

Color information

#B33A39 (or 0xB33A39) is unknown color: approx Medium Carmine. HEX triplet: B3, 3A and 39. RGB value is (179,58,57). Sum of RGB (Red+Green+Blue) = 179+58+57=294 (38% of max value = 765). Red value is 179 (70.31% from 255 or 60.88% from 294); Green value is 58 (23.05% from 255 or 19.73% from 294); Blue value is 57 (22.66% from 255 or 19.39% from 294); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33A39 is #4CC5C6. Grayscale: #5E5E5E. Windows color (decimal): -5031367 or 3750579. OLE color: 3750579.

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

Color convert

RGB1795857-
CMYK00.680.680.30
HSL0.49º51.69%46.27%-
HSV(B)0.49º68.16%70.2%-
XYZ20.8412.915.26-
YUV94.07107.09188.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 60.88%
GREEN value IS 58 (23.05% from 255) = 19.73%
BLUE value IS 57 (22.66% from 255) = 19.39%
R=60.88%
G=19.73%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179585700.680.680.300.4951.6946.27
HexB33A39044441E0342e
Octal263727101041043606456
Binary10110011111010111001010001001000100111100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33A39; }

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

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

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

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

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

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

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

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