Html Css Color HEX #AA1C37 Cardinal

📋 copy color: '#AA1C37'

red 170 ◦ green 28 ◦ blue 55

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

Shades of Cardinal #AA1C37

Tints of Cardinal #AA1C37

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.07%

 BLUE value IS 55 (21.88% from 255) = 21.74%

R = 67.19%
G = 11.07%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AA1C37 (or 0xAA1C37) is known color: Cardinal. HEX triplet: AA, 1C and 37. RGB value is (170,28,55). Sum of RGB (Red+Green+Blue) = 170+28+55=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 28 (11.33% from 255 or 11.07% from 253); Blue value is 55 (21.88% from 255 or 21.74% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1C37 is #55E3C8. Grayscale: #494949. Windows color (decimal): -5628873 or 3611818. OLE color: 3611818.

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

Color convert

RGB 170 28 55 -
CMYK 0 0.84 0.68 0.33
HSL 348.59º 0.72% 0.39% -
HSV(B) 348.59º 0.84% 0.67% -
XYZ 17.68 9.65 4.55 -
YUV 73.54 117.54 196.8 -
System Red Green Blue C M Y K H S L
Decimal 170 28 55 0 0.84 0.68 0.33 348.59 0.72 0.39
Hex AA 1C 37 0 54 44 21 15D 48 27
Octal 252 34 67 0 124 104 41 535 110 47
Binary 10101010 11100 110111 0 1010100 1000100 100001 101011101 1001000 100111

Color Harmonies of #AA1C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1C37

Black with #AA1C37

Text Example


Text Example

White with #AA1C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1C37; }

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

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

background-color css

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

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

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

border-color css

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

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

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