Html Css Color HEX #AA083D Cardinal

📋 copy color: '#AA083D'

red 170 ◦ green 8 ◦ blue 61

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

Shades of Cardinal #AA083D

Tints of Cardinal #AA083D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.35%

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

R = 71.13%
G = 3.35%
B = 25.52%

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

#AA083D (or 0xAA083D) is known color: Cardinal. HEX triplet: AA, 08 and 3D. RGB value is (170,8,61). Sum of RGB (Red+Green+Blue) = 170+8+61=239 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.13% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 170 - color contains mainly: red. Hex color #AA083D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA083D is #55F7C2. Grayscale: #3E3E3E. Windows color (decimal): -5633987 or 3999914. OLE color: 3999914.

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

Color convert

RGB 170 8 61 -
CMYK 0 0.95 0.64 0.33
HSL 340.37º 0.91% 0.35% -
HSV(B) 340.37º 0.95% 0.67% -
XYZ 17.51 9.06 5.24 -
YUV 62.48 127.17 204.69 -
System Red Green Blue C M Y K H S L
Decimal 170 8 61 0 0.95 0.64 0.33 340.37 0.91 0.35
Hex AA 8 3D 0 5F 40 21 154 5B 23
Octal 252 10 75 0 137 100 41 524 133 43
Binary 10101010 1000 111101 0 1011111 1000000 100001 101010100 1011011 100011

Color Harmonies of #AA083D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA083D

Black with #AA083D

Text Example


Text Example

White with #AA083D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA083D; }

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

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

background-color css

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

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

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

border-color css

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

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

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