Html Css Color HEX #AA1F34 Cardinal

📋 copy color: '#AA1F34'

red 170 ◦ green 31 ◦ blue 52

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

Shades of Cardinal #AA1F34

Tints of Cardinal #AA1F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.55%

R = 67.19%
G = 12.25%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA1F34 (or 0xAA1F34) is known color: Cardinal. HEX triplet: AA, 1F and 34. RGB value is (170,31,52). Sum of RGB (Red+Green+Blue) = 170+31+52=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 31 (12.5% from 255 or 12.25% from 253); Blue value is 52 (20.70% from 255 or 20.55% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1F34 is #55E0CB. Grayscale: #4B4B4B. Windows color (decimal): -5628108 or 3415978. OLE color: 3415978.

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

Color convert

RGB 170 31 52 -
CMYK 0 0.82 0.69 0.33
HSL 350.94º 0.69% 0.39% -
HSV(B) 350.94º 0.82% 0.67% -
XYZ 17.69 9.77 4.2 -
YUV 74.96 115.05 195.79 -
System Red Green Blue C M Y K H S L
Decimal 170 31 52 0 0.82 0.69 0.33 350.94 0.69 0.39
Hex AA 1F 34 0 52 45 21 15F 45 27
Octal 252 37 64 0 122 105 41 537 105 47
Binary 10101010 11111 110100 0 1010010 1000101 100001 101011111 1000101 100111

Color Harmonies of #AA1F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1F34

Black with #AA1F34

Text Example


Text Example

White with #AA1F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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