Html Css Color HEX #AA1026 Carmine

📋 copy color: '#AA1026'

red 170 ◦ green 16 ◦ blue 38

#AA1026
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #AA1026

Tints of Carmine #AA1026

RGB

 RED value IS 170 (66.8% from 255) = 75.89%

 GREEN value IS 16 (6.64% from 255) = 7.14%

 BLUE value IS 38 (15.23% from 255) = 16.96%

R = 75.89%
G = 7.14%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AA1026 (or 0xAA1026) is known color: Carmine. HEX triplet: AA, 10 and 26. RGB value is (170,16,38). Sum of RGB (Red+Green+Blue) = 170+16+38=224 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.89% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 38 (15.23% from 255 or 16.96% from 224); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1026 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1026 is #55EFD9. Grayscale: #404040. Windows color (decimal): -5631962 or 2494634. OLE color: 2494634.

HSL color Cylindrical-coordinate representation of color #AA1026: hue angle of 351.43º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA1026 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 16 38 -
CMYK 0 0.91 0.78 0.33
HSL 351.43º 0.83% 0.36% -
HSV(B) 351.43º 0.91% 0.67% -
XYZ 17.11 9.06 2.68 -
YUV 64.55 113.02 203.21 -
System Red Green Blue C M Y K H S L
Decimal 170 16 38 0 0.91 0.78 0.33 351.43 0.83 0.36
Hex AA 10 26 0 5B 4E 21 15F 53 24
Octal 252 20 46 0 133 116 41 537 123 44
Binary 10101010 10000 100110 0 1011011 1001110 100001 101011111 1010011 100100

Color Harmonies of #AA1026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1026

Black with #AA1026

Text Example


Text Example

White with #AA1026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1026; }

 p { color: rgb(170,16,38); }

 H1.HeaderClassName
 {
   color: #AA1026;
 }
 .AnyTagClassName
 {
   color: #AA1026;
 }
</style>

background-color css

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

 a { background-color: rgb(170,16,38); }

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

border-color css

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

 span { border-color: rgb(170,16,38); }

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