Html Css Color HEX #AA233F Cardinal

📋 copy color: '#AA233F'

red 170 ◦ green 35 ◦ blue 63

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

Shades of Cardinal #AA233F

Tints of Cardinal #AA233F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.51%

R = 63.43%
G = 13.06%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AA233F (or 0xAA233F) is known color: Cardinal. HEX triplet: AA, 23 and 3F. RGB value is (170,35,63). Sum of RGB (Red+Green+Blue) = 170+35+63=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA233F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA233F is #55DCC0. Grayscale: #4E4E4E. Windows color (decimal): -5627073 or 4137898. OLE color: 4137898.

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

Color convert

RGB 170 35 63 -
CMYK 0 0.79 0.63 0.33
HSL 347.56º 0.66% 0.4% -
HSV(B) 347.56º 0.79% 0.67% -
XYZ 18.08 10.11 5.7 -
YUV 78.56 119.23 193.22 -
System Red Green Blue C M Y K H S L
Decimal 170 35 63 0 0.79 0.63 0.33 347.56 0.66 0.4
Hex AA 23 3F 0 4F 3F 21 15C 42 28
Octal 252 43 77 0 117 77 41 534 102 50
Binary 10101010 100011 111111 0 1001111 111111 100001 101011100 1000010 101000

Color Harmonies of #AA233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA233F

Black with #AA233F

Text Example


Text Example

White with #AA233F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA233F; }

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

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

background-color css

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

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

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

border-color css

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

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

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