Html Css Color HEX #AA1834 Cardinal

📋 copy color: '#AA1834'

red 170 ◦ green 24 ◦ blue 52

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

Shades of Cardinal #AA1834

Tints of Cardinal #AA1834

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.76%

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

R = 69.11%
G = 9.76%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA1834 (or 0xAA1834) is known color: Cardinal. HEX triplet: AA, 18 and 34. RGB value is (170,24,52). Sum of RGB (Red+Green+Blue) = 170+24+52=246 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.11% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 52 (20.70% from 255 or 21.14% from 246); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1834 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1834 is #55E7CB. Grayscale: #464646. Windows color (decimal): -5629900 or 3414186. OLE color: 3414186.

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

Color convert

RGB 170 24 52 -
CMYK 0 0.86 0.69 0.33
HSL 348.49º 0.75% 0.38% -
HSV(B) 348.49º 0.86% 0.67% -
XYZ 17.52 9.45 4.15 -
YUV 70.85 117.37 198.72 -
System Red Green Blue C M Y K H S L
Decimal 170 24 52 0 0.86 0.69 0.33 348.49 0.75 0.38
Hex AA 18 34 0 56 45 21 15C 4B 26
Octal 252 30 64 0 126 105 41 534 113 46
Binary 10101010 11000 110100 0 1010110 1000101 100001 101011100 1001011 100110

Color Harmonies of #AA1834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1834

Black with #AA1834

Text Example


Text Example

White with #AA1834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1834; }

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

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

background-color css

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

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

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

border-color css

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

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

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