Html Css Color HEX #AA1F42 Cardinal

📋 copy color: '#AA1F42'

red 170 ◦ green 31 ◦ blue 66

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

Shades of Cardinal #AA1F42

Tints of Cardinal #AA1F42

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.61%

 BLUE value IS 66 (26.17% from 255) = 24.72%

R = 63.67%
G = 11.61%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA1F42 (or 0xAA1F42) is known color: Cardinal. HEX triplet: AA, 1F and 42. RGB value is (170,31,66). Sum of RGB (Red+Green+Blue) = 170+31+66=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 31 (12.5% from 255 or 11.61% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1F42 is #55E0BD. Grayscale: #4C4C4C. Windows color (decimal): -5628094 or 4333482. OLE color: 4333482.

HSL color Cylindrical-coordinate representation of color #AA1F42: hue angle of 344.89º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA1F42 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 31 66 -
CMYK 0 0.82 0.61 0.33
HSL 344.89º 0.69% 0.39% -
HSV(B) 344.89º 0.82% 0.67% -
XYZ 18.05 9.92 6.12 -
YUV 76.55 122.05 194.65 -
System Red Green Blue C M Y K H S L
Decimal 170 31 66 0 0.82 0.61 0.33 344.89 0.69 0.39
Hex AA 1F 42 0 52 3D 21 159 45 27
Octal 252 37 102 0 122 75 41 531 105 47
Binary 10101010 11111 1000010 0 1010010 111101 100001 101011001 1000101 100111

Color Harmonies of #AA1F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1F42

Black with #AA1F42

Text Example


Text Example

White with #AA1F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1F42; }

 p { color: rgb(170,31,66); }

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

background-color css

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

 a { background-color: rgb(170,31,66); }

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

border-color css

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

 span { border-color: rgb(170,31,66); }

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