Html Css Color HEX #AA103B Cardinal

📋 copy color: '#AA103B'

red 170 ◦ green 16 ◦ blue 59

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

Shades of Cardinal #AA103B

Tints of Cardinal #AA103B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 24.08%

R = 69.39%
G = 6.53%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA103B (or 0xAA103B) is known color: Cardinal. HEX triplet: AA, 10 and 3B. RGB value is (170,16,59). Sum of RGB (Red+Green+Blue) = 170+16+59=245 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.39% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 170 - color contains mainly: red. Hex color #AA103B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA103B is #55EFC4. Grayscale: #424242. Windows color (decimal): -5631941 or 3870890. OLE color: 3870890.

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

Color convert

RGB 170 16 59 -
CMYK 0 0.91 0.65 0.33
HSL 343.25º 0.83% 0.36% -
HSV(B) 343.25º 0.91% 0.67% -
XYZ 17.55 9.23 4.99 -
YUV 66.95 123.52 201.5 -
System Red Green Blue C M Y K H S L
Decimal 170 16 59 0 0.91 0.65 0.33 343.25 0.83 0.36
Hex AA 10 3B 0 5B 41 21 157 53 24
Octal 252 20 73 0 133 101 41 527 123 44
Binary 10101010 10000 111011 0 1011011 1000001 100001 101010111 1010011 100100

Color Harmonies of #AA103B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA103B

Black with #AA103B

Text Example


Text Example

White with #AA103B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA103B; }

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

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

background-color css

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

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

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

border-color css

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

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

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