Html Css Color HEX #AA093C Cardinal

📋 copy color: '#AA093C'

red 170 ◦ green 9 ◦ blue 60

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

Shades of Cardinal #AA093C

Tints of Cardinal #AA093C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25.1%

R = 71.13%
G = 3.77%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA093C (or 0xAA093C) is known color: Cardinal. HEX triplet: AA, 09 and 3C. RGB value is (170,9,60). Sum of RGB (Red+Green+Blue) = 170+9+60=239 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.13% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 170 - color contains mainly: red. Hex color #AA093C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA093C is #55F6C3. Grayscale: #3E3E3E. Windows color (decimal): -5633732 or 3934634. OLE color: 3934634.

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

Color convert

RGB 170 9 60 -
CMYK 0 0.95 0.65 0.33
HSL 340.99º 0.9% 0.35% -
HSV(B) 340.99º 0.95% 0.67% -
XYZ 17.49 9.07 5.1 -
YUV 62.95 126.34 204.35 -
System Red Green Blue C M Y K H S L
Decimal 170 9 60 0 0.95 0.65 0.33 340.99 0.9 0.35
Hex AA 9 3C 0 5F 41 21 155 5A 23
Octal 252 11 74 0 137 101 41 525 132 43
Binary 10101010 1001 111100 0 1011111 1000001 100001 101010101 1011010 100011

Color Harmonies of #AA093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA093C

Black with #AA093C

Text Example


Text Example

White with #AA093C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA093C; }

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

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

background-color css

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

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

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

border-color css

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

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

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