Html Css Color HEX #AA1B3A Cardinal

📋 copy color: '#AA1B3A'

red 170 ◦ green 27 ◦ blue 58

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

Shades of Cardinal #AA1B3A

Tints of Cardinal #AA1B3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.75%

R = 66.67%
G = 10.59%
B = 22.75%

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

#AA1B3A (or 0xAA1B3A) is known color: Cardinal. HEX triplet: AA, 1B and 3A. RGB value is (170,27,58). Sum of RGB (Red+Green+Blue) = 170+27+58=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 27 (10.94% from 255 or 10.59% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1B3A is #55E4C5. Grayscale: #494949. Windows color (decimal): -5629126 or 3808170. OLE color: 3808170.

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

Color convert

RGB 170 27 58 -
CMYK 0 0.84 0.66 0.33
HSL 346.99º 0.73% 0.39% -
HSV(B) 346.99º 0.84% 0.67% -
XYZ 17.73 9.64 4.93 -
YUV 73.29 119.38 196.98 -
System Red Green Blue C M Y K H S L
Decimal 170 27 58 0 0.84 0.66 0.33 346.99 0.73 0.39
Hex AA 1B 3A 0 54 42 21 15B 49 27
Octal 252 33 72 0 124 102 41 533 111 47
Binary 10101010 11011 111010 0 1010100 1000010 100001 101011011 1001001 100111

Color Harmonies of #AA1B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1B3A

Black with #AA1B3A

Text Example


Text Example

White with #AA1B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1B3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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