#A33D33

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

Shades of Medium Carmine #A33D33

Tints of Medium Carmine #A33D33

Color information

#A33D33 (or 0xA33D33) is unknown color: approx Medium Carmine. HEX triplet: A3, 3D and 33. RGB value is (163,61,51). Sum of RGB (Red+Green+Blue) = 163+61+51=275 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.27% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 163 - color contains mainly: red. Hex color #A33D33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33D33 is #5CC2CC. Grayscale: #5A5A5A. Windows color (decimal): -6079181 or 3358115. OLE color: 3358115.

HSL color Cylindrical-coordinate representation of color #A33D33: hue angle of 5.36º 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 #A33D33 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB1636151-
CMYK00.630.690.36
HSL5.36º52.34%41.96%-
HSV(B)5.36º68.71%63.92%-
XYZ17.3711.364.41-
YUV90.36105.79179.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.27%
GREEN value IS 61 (24.22% from 255) = 22.18%
BLUE value IS 51 (20.31% from 255) = 18.55%
R=59.27%
G=22.18%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163615100.630.690.365.3652.3441.96
HexA33D3303F45245342a
Octal24375630771054456452
Binary1010001111110111001101111111000101100100101110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33D33; }

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

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

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

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

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

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

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

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