Html Css Color HEX #AA093D Cardinal

📋 copy color: '#AA093D'

red 170 ◦ green 9 ◦ blue 61

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

Shades of Cardinal #AA093D

Tints of Cardinal #AA093D

RGB

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

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

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

R = 70.83%
G = 3.75%
B = 25.42%

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

#AA093D (or 0xAA093D) is known color: Cardinal. HEX triplet: AA, 09 and 3D. RGB value is (170,9,61). Sum of RGB (Red+Green+Blue) = 170+9+61=240 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.83% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 170 - color contains mainly: red. Hex color #AA093D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA093D is #55F6C2. Grayscale: #3F3F3F. Windows color (decimal): -5633731 or 4000170. OLE color: 4000170.

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

Color convert

RGB 170 9 61 -
CMYK 0 0.95 0.64 0.33
HSL 340.62º 0.9% 0.35% -
HSV(B) 340.62º 0.95% 0.67% -
XYZ 17.52 9.08 5.24 -
YUV 63.07 126.84 204.27 -
System Red Green Blue C M Y K H S L
Decimal 170 9 61 0 0.95 0.64 0.33 340.62 0.9 0.35
Hex AA 9 3D 0 5F 40 21 155 5A 23
Octal 252 11 75 0 137 100 41 525 132 43
Binary 10101010 1001 111101 0 1011111 1000000 100001 101010101 1011010 100011

Color Harmonies of #AA093D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA093D

Black with #AA093D

Text Example


Text Example

White with #AA093D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA093D; }

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

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

background-color css

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

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

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

border-color css

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

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

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