Html Css Color HEX #AA233B Cardinal

📋 copy color: '#AA233B'

red 170 ◦ green 35 ◦ blue 59

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

Shades of Cardinal #AA233B

Tints of Cardinal #AA233B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.35%

R = 64.39%
G = 13.26%
B = 22.35%

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

#AA233B (or 0xAA233B) is known color: Cardinal. HEX triplet: AA, 23 and 3B. RGB value is (170,35,59). Sum of RGB (Red+Green+Blue) = 170+35+59=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 59 (23.44% from 255 or 22.35% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA233B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA233B is #55DCC4. Grayscale: #4E4E4E. Windows color (decimal): -5627077 or 3875754. OLE color: 3875754.

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

Color convert

RGB 170 35 59 -
CMYK 0 0.79 0.65 0.33
HSL 349.33º 0.66% 0.4% -
HSV(B) 349.33º 0.79% 0.67% -
XYZ 17.97 10.06 5.13 -
YUV 78.1 117.23 193.55 -
System Red Green Blue C M Y K H S L
Decimal 170 35 59 0 0.79 0.65 0.33 349.33 0.66 0.4
Hex AA 23 3B 0 4F 41 21 15D 42 28
Octal 252 43 73 0 117 101 41 535 102 50
Binary 10101010 100011 111011 0 1001111 1000001 100001 101011101 1000010 101000

Color Harmonies of #AA233B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA233B

Black with #AA233B

Text Example


Text Example

White with #AA233B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA233B; }

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

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

background-color css

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

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

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

border-color css

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

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

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