Html Css Color HEX #AA0427 Carmine

📋 copy color: '#AA0427'

red 170 ◦ green 4 ◦ blue 39

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

Shades of Carmine #AA0427

Tints of Carmine #AA0427

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.88%

 BLUE value IS 39 (15.63% from 255) = 18.31%

R = 79.81%
G = 1.88%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AA0427 (or 0xAA0427) is known color: Carmine. HEX triplet: AA, 04 and 27. RGB value is (170,4,39). Sum of RGB (Red+Green+Blue) = 170+4+39=213 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.81% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 39 (15.62% from 255 or 18.31% from 213); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0427 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0427 is #55FBD8. Grayscale: #393939. Windows color (decimal): -5635033 or 2557098. OLE color: 2557098.

HSL color Cylindrical-coordinate representation of color #AA0427: hue angle of 347.35º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA0427 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 4 39 -
CMYK 0 0.98 0.77 0.33
HSL 347.35º 0.95% 0.34% -
HSV(B) 347.35º 0.98% 0.67% -
XYZ 16.99 8.78 2.72 -
YUV 57.62 117.5 208.15 -
System Red Green Blue C M Y K H S L
Decimal 170 4 39 0 0.98 0.77 0.33 347.35 0.95 0.34
Hex AA 4 27 0 62 4D 21 15B 5F 22
Octal 252 4 47 0 142 115 41 533 137 42
Binary 10101010 100 100111 0 1100010 1001101 100001 101011011 1011111 100010

Color Harmonies of #AA0427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0427

Black with #AA0427

Text Example


Text Example

White with #AA0427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0427; }

 p { color: rgb(170,4,39); }

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

background-color css

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

 a { background-color: rgb(170,4,39); }

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

border-color css

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

 span { border-color: rgb(170,4,39); }

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