Html Css Color HEX #AA093E Cardinal

📋 copy color: '#AA093E'

red 170 ◦ green 9 ◦ blue 62

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

Shades of Cardinal #AA093E

Tints of Cardinal #AA093E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.73%

 BLUE value IS 62 (24.61% from 255) = 25.73%

R = 70.54%
G = 3.73%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA093E (or 0xAA093E) is known color: Cardinal. HEX triplet: AA, 09 and 3E. RGB value is (170,9,62). Sum of RGB (Red+Green+Blue) = 170+9+62=241 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.54% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 170 - color contains mainly: red. Hex color #AA093E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA093E is #55F6C1. Grayscale: #3F3F3F. Windows color (decimal): -5633730 or 4065706. OLE color: 4065706.

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

Color convert

RGB 170 9 62 -
CMYK 0 0.95 0.64 0.33
HSL 340.25º 0.9% 0.35% -
HSV(B) 340.25º 0.95% 0.67% -
XYZ 17.54 9.09 5.39 -
YUV 63.18 127.34 204.19 -
System Red Green Blue C M Y K H S L
Decimal 170 9 62 0 0.95 0.64 0.33 340.25 0.9 0.35
Hex AA 9 3E 0 5F 40 21 154 5A 23
Octal 252 11 76 0 137 100 41 524 132 43
Binary 10101010 1001 111110 0 1011111 1000000 100001 101010100 1011010 100011

Color Harmonies of #AA093E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA093E

Black with #AA093E

Text Example


Text Example

White with #AA093E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA093E; }

 p { color: rgb(170,9,62); }

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

background-color css

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

 a { background-color: rgb(170,9,62); }

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

border-color css

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

 span { border-color: rgb(170,9,62); }

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