Html Css Color HEX #AA0422 Carmine

📋 copy color: '#AA0422'

red 170 ◦ green 4 ◦ blue 34

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

Shades of Carmine #AA0422

Tints of Carmine #AA0422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 16.35%

R = 81.73%
G = 1.92%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AA0422 (or 0xAA0422) is known color: Carmine. HEX triplet: AA, 04 and 22. RGB value is (170,4,34). Sum of RGB (Red+Green+Blue) = 170+4+34=208 (27% of max value = 765). Red value is 170 (66.80% from 255 or 81.73% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 34 (13.67% from 255 or 16.35% from 208); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0422 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0422 is #55FBDD. Grayscale: #393939. Windows color (decimal): -5635038 or 2229418. OLE color: 2229418.

HSL color Cylindrical-coordinate representation of color #AA0422: hue angle of 349.16º 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 #AA0422 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 4 34 -
CMYK 0 0.98 0.80 0.33
HSL 349.16º 0.95% 0.34% -
HSV(B) 349.16º 0.98% 0.67% -
XYZ 16.91 8.75 2.31 -
YUV 57.05 115 208.56 -
System Red Green Blue C M Y K H S L
Decimal 170 4 34 0 0.98 0.80 0.33 349.16 0.95 0.34
Hex AA 4 22 0 62 50 21 15D 5F 22
Octal 252 4 42 0 142 120 41 535 137 42
Binary 10101010 100 100010 0 1100010 1010000 100001 101011101 1011111 100010

Color Harmonies of #AA0422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0422

Black with #AA0422

Text Example


Text Example

White with #AA0422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0422; }

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

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

background-color css

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

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

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

border-color css

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

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

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