Html Css Color HEX #AA1A36 Cardinal

📋 copy color: '#AA1A36'

red 170 ◦ green 26 ◦ blue 54

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

Shades of Cardinal #AA1A36

Tints of Cardinal #AA1A36

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.4%

 BLUE value IS 54 (21.48% from 255) = 21.6%

R = 68%
G = 10.4%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AA1A36 (or 0xAA1A36) is known color: Cardinal. HEX triplet: AA, 1A and 36. RGB value is (170,26,54). Sum of RGB (Red+Green+Blue) = 170+26+54=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 54 (21.48% from 255 or 21.6% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1A36 is #55E5C9. Grayscale: #484848. Windows color (decimal): -5629386 or 3545770. OLE color: 3545770.

HSL color Cylindrical-coordinate representation of color #AA1A36: hue angle of 348.33º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1A36 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 26 54 -
CMYK 0 0.85 0.68 0.33
HSL 348.33º 0.73% 0.38% -
HSV(B) 348.33º 0.85% 0.67% -
XYZ 17.61 9.55 4.41 -
YUV 72.25 117.71 197.72 -
System Red Green Blue C M Y K H S L
Decimal 170 26 54 0 0.85 0.68 0.33 348.33 0.73 0.38
Hex AA 1A 36 0 55 44 21 15C 49 26
Octal 252 32 66 0 125 104 41 534 111 46
Binary 10101010 11010 110110 0 1010101 1000100 100001 101011100 1001001 100110

Color Harmonies of #AA1A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1A36

Black with #AA1A36

Text Example


Text Example

White with #AA1A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1A36; }

 p { color: rgb(170,26,54); }

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

background-color css

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

 a { background-color: rgb(170,26,54); }

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

border-color css

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

 span { border-color: rgb(170,26,54); }

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