#AA3830

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

Shades of Medium Carmine #AA3830

Tints of Medium Carmine #AA3830

Color information

#AA3830 (or 0xAA3830) is unknown color: approx Medium Carmine. HEX triplet: AA, 38 and 30. RGB value is (170,56,48). Sum of RGB (Red+Green+Blue) = 170+56+48=274 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.04% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3830 is #55C7CF. Grayscale: #595959. Windows color (decimal): -5621712 or 3160234. OLE color: 3160234.

HSL color Cylindrical-coordinate representation of color #AA3830: hue angle of 3.93º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA3830 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB1705648-
CMYK00.670.720.33
HSL3.93º55.96%42.75%-
HSV(B)3.93º71.76%66.67%-
XYZ18.5311.594.06-
YUV89.17104.77185.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 62.04%
GREEN value IS 56 (22.27% from 255) = 20.44%
BLUE value IS 48 (19.14% from 255) = 17.52%
R=62.04%
G=20.44%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170564800.670.720.333.9355.9642.75
HexAA383004348214382b
Octal252706001031104147053
Binary10101010111000110000010000111001000100001100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3830; }

 p { color: rgb(170,56,48); }

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

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

 a { background-color: rgb(170,56,48); }

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

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

 span { border-color: rgb(170,56,48); }

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