Html Css Color HEX #AA1B2E Cardinal

📋 copy color: '#AA1B2E'

red 170 ◦ green 27 ◦ blue 46

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

Shades of Cardinal #AA1B2E

Tints of Cardinal #AA1B2E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.11%

 BLUE value IS 46 (18.36% from 255) = 18.93%

R = 69.96%
G = 11.11%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AA1B2E (or 0xAA1B2E) is known color: Cardinal. HEX triplet: AA, 1B and 2E. RGB value is (170,27,46). Sum of RGB (Red+Green+Blue) = 170+27+46=243 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.96% from 243); Green value is 27 (10.94% from 255 or 11.11% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1B2E is #55E4D1. Grayscale: #474747. Windows color (decimal): -5629138 or 3021738. OLE color: 3021738.

HSL color Cylindrical-coordinate representation of color #AA1B2E: hue angle of 352.03º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA1B2E is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 27 46 -
CMYK 0 0.84 0.73 0.33
HSL 352.03º 0.73% 0.39% -
HSV(B) 352.03º 0.84% 0.67% -
XYZ 17.46 9.53 3.5 -
YUV 71.92 113.38 197.96 -
System Red Green Blue C M Y K H S L
Decimal 170 27 46 0 0.84 0.73 0.33 352.03 0.73 0.39
Hex AA 1B 2E 0 54 49 21 160 49 27
Octal 252 33 56 0 124 111 41 540 111 47
Binary 10101010 11011 101110 0 1010100 1001001 100001 101100000 1001001 100111

Color Harmonies of #AA1B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1B2E

Black with #AA1B2E

Text Example


Text Example

White with #AA1B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1B2E; }

 p { color: rgb(170,27,46); }

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

background-color css

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

 a { background-color: rgb(170,27,46); }

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

border-color css

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

 span { border-color: rgb(170,27,46); }

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