Html Css Color HEX #AA1B39 Cardinal

📋 copy color: '#AA1B39'

red 170 ◦ green 27 ◦ blue 57

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

Shades of Cardinal #AA1B39

Tints of Cardinal #AA1B39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.44%

R = 66.93%
G = 10.63%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA1B39 (or 0xAA1B39) is known color: Cardinal. HEX triplet: AA, 1B and 39. RGB value is (170,27,57). Sum of RGB (Red+Green+Blue) = 170+27+57=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 27 (10.94% from 255 or 10.63% from 254); Blue value is 57 (22.66% from 255 or 22.44% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1B39 is #55E4C6. Grayscale: #494949. Windows color (decimal): -5629127 or 3742634. OLE color: 3742634.

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

Color convert

RGB 170 27 57 -
CMYK 0 0.84 0.66 0.33
HSL 347.41º 0.73% 0.39% -
HSV(B) 347.41º 0.84% 0.67% -
XYZ 17.71 9.63 4.8 -
YUV 73.18 118.88 197.06 -
System Red Green Blue C M Y K H S L
Decimal 170 27 57 0 0.84 0.66 0.33 347.41 0.73 0.39
Hex AA 1B 39 0 54 42 21 15B 49 27
Octal 252 33 71 0 124 102 41 533 111 47
Binary 10101010 11011 111001 0 1010100 1000010 100001 101011011 1001001 100111

Color Harmonies of #AA1B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1B39

Black with #AA1B39

Text Example


Text Example

White with #AA1B39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1B39; }

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

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

background-color css

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

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

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

border-color css

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

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

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