Html Css Color HEX #AA1428 Carmine

📋 copy color: '#AA1428'

red 170 ◦ green 20 ◦ blue 40

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

Shades of Carmine #AA1428

Tints of Carmine #AA1428

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.7%

 BLUE value IS 40 (16.02% from 255) = 17.39%

R = 73.91%
G = 8.7%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AA1428 (or 0xAA1428) is known color: Carmine. HEX triplet: AA, 14 and 28. RGB value is (170,20,40). Sum of RGB (Red+Green+Blue) = 170+20+40=230 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.91% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 40 (16.02% from 255 or 17.39% from 230); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1428 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1428 is #55EBD7. Grayscale: #434343. Windows color (decimal): -5630936 or 2626730. OLE color: 2626730.

HSL color Cylindrical-coordinate representation of color #AA1428: hue angle of 352º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1428 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 20 40 -
CMYK 0 0.88 0.76 0.33
HSL 352º 0.79% 0.37% -
HSV(B) 352º 0.88% 0.67% -
XYZ 17.21 9.2 2.88 -
YUV 67.13 112.7 201.37 -
System Red Green Blue C M Y K H S L
Decimal 170 20 40 0 0.88 0.76 0.33 352 0.79 0.37
Hex AA 14 28 0 58 4C 21 160 4F 25
Octal 252 24 50 0 130 114 41 540 117 45
Binary 10101010 10100 101000 0 1011000 1001100 100001 101100000 1001111 100101

Color Harmonies of #AA1428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1428

Black with #AA1428

Text Example


Text Example

White with #AA1428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1428; }

 p { color: rgb(170,20,40); }

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

background-color css

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

 a { background-color: rgb(170,20,40); }

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

border-color css

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

 span { border-color: rgb(170,20,40); }

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