Html Css Color HEX #AA123D Cardinal

📋 copy color: '#AA123D'

red 170 ◦ green 18 ◦ blue 61

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

Shades of Cardinal #AA123D

Tints of Cardinal #AA123D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.23%

 BLUE value IS 61 (24.22% from 255) = 24.5%

R = 68.27%
G = 7.23%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA123D (or 0xAA123D) is known color: Cardinal. HEX triplet: AA, 12 and 3D. RGB value is (170,18,61). Sum of RGB (Red+Green+Blue) = 170+18+61=249 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.27% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 170 - color contains mainly: red. Hex color #AA123D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA123D is #55EDC2. Grayscale: #444444. Windows color (decimal): -5631427 or 4002474. OLE color: 4002474.

HSL color Cylindrical-coordinate representation of color #AA123D: hue angle of 343.03º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA123D is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 18 61 -
CMYK 0 0.89 0.64 0.33
HSL 343.03º 0.81% 0.37% -
HSV(B) 343.03º 0.89% 0.67% -
XYZ 17.64 9.32 5.28 -
YUV 68.35 123.86 200.5 -
System Red Green Blue C M Y K H S L
Decimal 170 18 61 0 0.89 0.64 0.33 343.03 0.81 0.37
Hex AA 12 3D 0 59 40 21 157 51 25
Octal 252 22 75 0 131 100 41 527 121 45
Binary 10101010 10010 111101 0 1011001 1000000 100001 101010111 1010001 100101

Color Harmonies of #AA123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA123D

Black with #AA123D

Text Example


Text Example

White with #AA123D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA123D; }

 p { color: rgb(170,18,61); }

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

background-color css

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

 a { background-color: rgb(170,18,61); }

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

border-color css

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

 span { border-color: rgb(170,18,61); }

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