Html Css Color HEX #AA1C34 Cardinal

📋 copy color: '#AA1C34'

red 170 ◦ green 28 ◦ blue 52

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

Shades of Cardinal #AA1C34

Tints of Cardinal #AA1C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.8%

R = 68%
G = 11.2%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA1C34 (or 0xAA1C34) is known color: Cardinal. HEX triplet: AA, 1C and 34. RGB value is (170,28,52). Sum of RGB (Red+Green+Blue) = 170+28+52=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 52 (20.70% from 255 or 20.8% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1C34 is #55E3CB. Grayscale: #494949. Windows color (decimal): -5628876 or 3415210. OLE color: 3415210.

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

Color convert

RGB 170 28 52 -
CMYK 0 0.84 0.69 0.33
HSL 349.86º 0.72% 0.39% -
HSV(B) 349.86º 0.84% 0.67% -
XYZ 17.61 9.62 4.18 -
YUV 73.19 116.04 197.05 -
System Red Green Blue C M Y K H S L
Decimal 170 28 52 0 0.84 0.69 0.33 349.86 0.72 0.39
Hex AA 1C 34 0 54 45 21 15E 48 27
Octal 252 34 64 0 124 105 41 536 110 47
Binary 10101010 11100 110100 0 1010100 1000101 100001 101011110 1001000 100111

Color Harmonies of #AA1C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1C34

Black with #AA1C34

Text Example


Text Example

White with #AA1C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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