Html Css Color HEX #AA233C Cardinal

📋 copy color: '#AA233C'

red 170 ◦ green 35 ◦ blue 60

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

Shades of Cardinal #AA233C

Tints of Cardinal #AA233C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.21%

 BLUE value IS 60 (23.83% from 255) = 22.64%

R = 64.15%
G = 13.21%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA233C (or 0xAA233C) is known color: Cardinal. HEX triplet: AA, 23 and 3C. RGB value is (170,35,60). Sum of RGB (Red+Green+Blue) = 170+35+60=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA233C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA233C is #55DCC3. Grayscale: #4E4E4E. Windows color (decimal): -5627076 or 3941290. OLE color: 3941290.

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

Color convert

RGB 170 35 60 -
CMYK 0 0.79 0.65 0.33
HSL 348.89º 0.66% 0.4% -
HSV(B) 348.89º 0.79% 0.67% -
XYZ 17.99 10.07 5.27 -
YUV 78.22 117.73 193.47 -
System Red Green Blue C M Y K H S L
Decimal 170 35 60 0 0.79 0.65 0.33 348.89 0.66 0.4
Hex AA 23 3C 0 4F 41 21 15D 42 28
Octal 252 43 74 0 117 101 41 535 102 50
Binary 10101010 100011 111100 0 1001111 1000001 100001 101011101 1000010 101000

Color Harmonies of #AA233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA233C

Black with #AA233C

Text Example


Text Example

White with #AA233C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA233C; }

 p { color: rgb(170,35,60); }

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

background-color css

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

 a { background-color: rgb(170,35,60); }

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

border-color css

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

 span { border-color: rgb(170,35,60); }

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