Html Css Color HEX #AA102E Cardinal

📋 copy color: '#AA102E'

red 170 ◦ green 16 ◦ blue 46

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

Shades of Cardinal #AA102E

Tints of Cardinal #AA102E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.9%

 BLUE value IS 46 (18.36% from 255) = 19.83%

R = 73.28%
G = 6.9%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AA102E (or 0xAA102E) is known color: Cardinal. HEX triplet: AA, 10 and 2E. RGB value is (170,16,46). Sum of RGB (Red+Green+Blue) = 170+16+46=232 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.28% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 170 - color contains mainly: red. Hex color #AA102E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA102E is #55EFD1. Grayscale: #414141. Windows color (decimal): -5631954 or 3018922. OLE color: 3018922.

HSL color Cylindrical-coordinate representation of color #AA102E: hue angle of 348.31º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA102E is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 16 46 -
CMYK 0 0.91 0.73 0.33
HSL 348.31º 0.83% 0.36% -
HSV(B) 348.31º 0.91% 0.67% -
XYZ 17.26 9.11 3.43 -
YUV 65.47 117.02 202.56 -
System Red Green Blue C M Y K H S L
Decimal 170 16 46 0 0.91 0.73 0.33 348.31 0.83 0.36
Hex AA 10 2E 0 5B 49 21 15C 53 24
Octal 252 20 56 0 133 111 41 534 123 44
Binary 10101010 10000 101110 0 1011011 1001001 100001 101011100 1010011 100100

Color Harmonies of #AA102E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA102E

Black with #AA102E

Text Example


Text Example

White with #AA102E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA102E; }

 p { color: rgb(170,16,46); }

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

background-color css

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

 a { background-color: rgb(170,16,46); }

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

border-color css

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

 span { border-color: rgb(170,16,46); }

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