Html Css Color HEX #AA1738 Cardinal

📋 copy color: '#AA1738'

red 170 ◦ green 23 ◦ blue 56

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

Shades of Cardinal #AA1738

Tints of Cardinal #AA1738

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.24%

 BLUE value IS 56 (22.27% from 255) = 22.49%

R = 68.27%
G = 9.24%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AA1738 (or 0xAA1738) is known color: Cardinal. HEX triplet: AA, 17 and 38. RGB value is (170,23,56). Sum of RGB (Red+Green+Blue) = 170+23+56=249 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.27% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 56 (22.27% from 255 or 22.49% from 249); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1738 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1738 is #55E8C7. Grayscale: #464646. Windows color (decimal): -5630152 or 3676074. OLE color: 3676074.

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

Color convert

RGB 170 23 56 -
CMYK 0 0.86 0.67 0.33
HSL 346.53º 0.76% 0.38% -
HSV(B) 346.53º 0.86% 0.67% -
XYZ 17.6 9.44 4.64 -
YUV 70.72 119.7 198.82 -
System Red Green Blue C M Y K H S L
Decimal 170 23 56 0 0.86 0.67 0.33 346.53 0.76 0.38
Hex AA 17 38 0 56 43 21 15B 4C 26
Octal 252 27 70 0 126 103 41 533 114 46
Binary 10101010 10111 111000 0 1010110 1000011 100001 101011011 1001100 100110

Color Harmonies of #AA1738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1738

Black with #AA1738

Text Example


Text Example

White with #AA1738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1738; }

 p { color: rgb(170,23,56); }

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

background-color css

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

 a { background-color: rgb(170,23,56); }

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

border-color css

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

 span { border-color: rgb(170,23,56); }

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