Html Css Color HEX #AA1F3A Cardinal

📋 copy color: '#AA1F3A'

red 170 ◦ green 31 ◦ blue 58

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

Shades of Cardinal #AA1F3A

Tints of Cardinal #AA1F3A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.97%

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

R = 65.64%
G = 11.97%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA1F3A (or 0xAA1F3A) is known color: Cardinal. HEX triplet: AA, 1F and 3A. RGB value is (170,31,58). Sum of RGB (Red+Green+Blue) = 170+31+58=259 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.64% from 259); Green value is 31 (12.5% from 255 or 11.97% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1F3A is #55E0C5. Grayscale: #4B4B4B. Windows color (decimal): -5628102 or 3809194. OLE color: 3809194.

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

Color convert

RGB 170 31 58 -
CMYK 0 0.82 0.66 0.33
HSL 348.35º 0.69% 0.39% -
HSV(B) 348.35º 0.82% 0.67% -
XYZ 17.83 9.83 4.96 -
YUV 75.64 118.05 195.3 -
System Red Green Blue C M Y K H S L
Decimal 170 31 58 0 0.82 0.66 0.33 348.35 0.69 0.39
Hex AA 1F 3A 0 52 42 21 15C 45 27
Octal 252 37 72 0 122 102 41 534 105 47
Binary 10101010 11111 111010 0 1010010 1000010 100001 101011100 1000101 100111

Color Harmonies of #AA1F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1F3A

Black with #AA1F3A

Text Example


Text Example

White with #AA1F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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