Html Css Color HEX #AA1330 Cardinal

📋 copy color: '#AA1330'

red 170 ◦ green 19 ◦ blue 48

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

Shades of Cardinal #AA1330

Tints of Cardinal #AA1330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.02%

 BLUE value IS 48 (19.14% from 255) = 20.25%

R = 71.73%
G = 8.02%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA1330 (or 0xAA1330) is known color: Cardinal. HEX triplet: AA, 13 and 30. RGB value is (170,19,48). Sum of RGB (Red+Green+Blue) = 170+19+48=237 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.73% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 48 (19.14% from 255 or 20.25% from 237); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1330 is #55ECCF. Grayscale: #434343. Windows color (decimal): -5631184 or 3150762. OLE color: 3150762.

HSL color Cylindrical-coordinate representation of color #AA1330: hue angle of 348.48º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA1330 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 19 48 -
CMYK 0 0.89 0.72 0.33
HSL 348.48º 0.8% 0.37% -
HSV(B) 348.48º 0.89% 0.67% -
XYZ 17.34 9.23 3.66 -
YUV 67.46 117.03 201.14 -
System Red Green Blue C M Y K H S L
Decimal 170 19 48 0 0.89 0.72 0.33 348.48 0.8 0.37
Hex AA 13 30 0 59 48 21 15C 50 25
Octal 252 23 60 0 131 110 41 534 120 45
Binary 10101010 10011 110000 0 1011001 1001000 100001 101011100 1010000 100101

Color Harmonies of #AA1330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1330

Black with #AA1330

Text Example


Text Example

White with #AA1330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1330; }

 p { color: rgb(170,19,48); }

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

background-color css

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

 a { background-color: rgb(170,19,48); }

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

border-color css

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

 span { border-color: rgb(170,19,48); }

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