#A33E34

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

Shades of Medium Carmine #A33E34

Tints of Medium Carmine #A33E34

Color information

#A33E34 (or 0xA33E34) is unknown color: approx Medium Carmine. HEX triplet: A3, 3E and 34. RGB value is (163,62,52). Sum of RGB (Red+Green+Blue) = 163+62+52=277 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.84% from 277); Green value is 62 (24.61% from 255 or 22.38% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 163 - color contains mainly: red. Hex color #A33E34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33E34 is #5CC1CB. Grayscale: #5B5B5B. Windows color (decimal): -6078924 or 3423907. OLE color: 3423907.

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

Color convert

RGB1636252-
CMYK00.620.680.36
HSL5.41º51.63%42.16%-
HSV(B)5.41º68.1%63.92%-
XYZ17.4511.484.55-
YUV91.06105.96179.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 58.84%
GREEN value IS 62 (24.61% from 255) = 22.38%
BLUE value IS 52 (20.70% from 255) = 18.77%
R=58.84%
G=22.38%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163625200.620.680.365.4151.6342.16
HexA33E3403E44245342a
Octal24376640761044456452
Binary1010001111111011010001111101000100100100101110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33E34; }

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

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

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

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

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

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

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

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