Html Css Color HEX #AA0428 Carmine

📋 copy color: '#AA0428'

red 170 ◦ green 4 ◦ blue 40

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

Shades of Carmine #AA0428

Tints of Carmine #AA0428

RGB

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

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

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

R = 79.44%
G = 1.87%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AA0428 (or 0xAA0428) is known color: Carmine. HEX triplet: AA, 04 and 28. RGB value is (170,4,40). Sum of RGB (Red+Green+Blue) = 170+4+40=214 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.44% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0428 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0428 is #55FBD7. Grayscale: #393939. Windows color (decimal): -5635032 or 2622634. OLE color: 2622634.

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

Color convert

RGB 170 4 40 -
CMYK 0 0.98 0.76 0.33
HSL 346.99º 0.95% 0.34% -
HSV(B) 346.99º 0.98% 0.67% -
XYZ 17 8.79 2.81 -
YUV 57.74 118 208.07 -
System Red Green Blue C M Y K H S L
Decimal 170 4 40 0 0.98 0.76 0.33 346.99 0.95 0.34
Hex AA 4 28 0 62 4C 21 15B 5F 22
Octal 252 4 50 0 142 114 41 533 137 42
Binary 10101010 100 101000 0 1100010 1001100 100001 101011011 1011111 100010

Color Harmonies of #AA0428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0428

Black with #AA0428

Text Example


Text Example

White with #AA0428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0428; }

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

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

background-color css

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

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

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

border-color css

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

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

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