#a33e33

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

Shades of Medium Carmine #A33E33

Tints of Medium Carmine #A33E33

Color information

#A33E33 (or 0xA33E33) is unknown color: approx Medium Carmine. HEX triplet: A3, 3E and 33. RGB value is (163,62,51). Sum of RGB (Red+Green+Blue) = 163+62+51=276 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.06% from 276); Green value is 62 (24.61% from 255 or 22.46% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 163 - color contains mainly: red. Hex color #A33E33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33E33 is #5CC1CC. Grayscale: #5B5B5B. Windows color (decimal): -6078925 or 3358371. OLE color: 3358371.

HSL color Cylindrical-coordinate representation of color #A33E33: hue angle of 5.89º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A33E33 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB1636251-
CMYK00.620.690.36
HSL5.89º52.34%41.96%-
HSV(B)5.89º68.71%63.92%-
XYZ17.4211.474.43-
YUV90.94105.46179.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.06%
GREEN value IS 62 (24.61% from 255) = 22.46%
BLUE value IS 51 (20.31% from 255) = 18.48%
R=59.06%
G=22.46%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163625100.620.690.365.8952.3441.96
HexA33E3303E45246342a
Octal24376630761054466452
Binary1010001111111011001101111101000101100100110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a33e33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a33e33; }

 p { color: rgb(163,62,51); }

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

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

 a { background-color: rgb(163,62,51); }

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

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

 span { border-color: rgb(163,62,51); }

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