Html Css Color HEX #AA183A Cardinal

📋 copy color: '#AA183A'

red 170 ◦ green 24 ◦ blue 58

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

Shades of Cardinal #AA183A

Tints of Cardinal #AA183A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 23.02%

R = 67.46%
G = 9.52%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA183A (or 0xAA183A) is known color: Cardinal. HEX triplet: AA, 18 and 3A. RGB value is (170,24,58). Sum of RGB (Red+Green+Blue) = 170+24+58=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA183A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA183A is #55E7C5. Grayscale: #474747. Windows color (decimal): -5629894 or 3807402. OLE color: 3807402.

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

Color convert

RGB 170 24 58 -
CMYK 0 0.86 0.66 0.33
HSL 346.03º 0.75% 0.38% -
HSV(B) 346.03º 0.86% 0.67% -
XYZ 17.67 9.5 4.91 -
YUV 71.53 120.37 198.24 -
System Red Green Blue C M Y K H S L
Decimal 170 24 58 0 0.86 0.66 0.33 346.03 0.75 0.38
Hex AA 18 3A 0 56 42 21 15A 4B 26
Octal 252 30 72 0 126 102 41 532 113 46
Binary 10101010 11000 111010 0 1010110 1000010 100001 101011010 1001011 100110

Color Harmonies of #AA183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA183A

Black with #AA183A

Text Example


Text Example

White with #AA183A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA183A; }

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

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

background-color css

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

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

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

border-color css

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

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

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