Html Css Color HEX #AA041C Carmine

📋 copy color: '#AA041C'

red 170 ◦ green 4 ◦ blue 28

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

Shades of Carmine #AA041C

Tints of Carmine #AA041C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.86%

R = 84.16%
G = 1.98%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA041C (or 0xAA041C) is known color: Carmine. HEX triplet: AA, 04 and 1C. RGB value is (170,4,28). Sum of RGB (Red+Green+Blue) = 170+4+28=202 (26% of max value = 765). Red value is 170 (66.80% from 255 or 84.16% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 28 (11.33% from 255 or 13.86% from 202); Max value from RGB is 170 - color contains mainly: red. Hex color #AA041C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA041C is #55FBE3. Grayscale: #383838. Windows color (decimal): -5635044 or 1836202. OLE color: 1836202.

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

Color convert

RGB 170 4 28 -
CMYK 0 0.98 0.84 0.33
HSL 351.33º 0.95% 0.34% -
HSV(B) 351.33º 0.98% 0.67% -
XYZ 16.83 8.72 1.89 -
YUV 56.37 112 209.05 -
System Red Green Blue C M Y K H S L
Decimal 170 4 28 0 0.98 0.84 0.33 351.33 0.95 0.34
Hex AA 4 1C 0 62 54 21 15F 5F 22
Octal 252 4 34 0 142 124 41 537 137 42
Binary 10101010 100 11100 0 1100010 1010100 100001 101011111 1011111 100010

Color Harmonies of #AA041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA041C

Black with #AA041C

Text Example


Text Example

White with #AA041C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA041C; }

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

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

background-color css

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

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

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

border-color css

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

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

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