Html Css Color HEX #AA233D Cardinal

📋 copy color: '#AA233D'

red 170 ◦ green 35 ◦ blue 61

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

Shades of Cardinal #AA233D

Tints of Cardinal #AA233D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.93%

R = 63.91%
G = 13.16%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA233D (or 0xAA233D) is known color: Cardinal. HEX triplet: AA, 23 and 3D. RGB value is (170,35,61). Sum of RGB (Red+Green+Blue) = 170+35+61=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA233D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA233D is #55DCC2. Grayscale: #4E4E4E. Windows color (decimal): -5627075 or 4006826. OLE color: 4006826.

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

Color convert

RGB 170 35 61 -
CMYK 0 0.79 0.64 0.33
HSL 348.44º 0.66% 0.4% -
HSV(B) 348.44º 0.79% 0.67% -
XYZ 18.02 10.09 5.41 -
YUV 78.33 118.23 193.39 -
System Red Green Blue C M Y K H S L
Decimal 170 35 61 0 0.79 0.64 0.33 348.44 0.66 0.4
Hex AA 23 3D 0 4F 40 21 15C 42 28
Octal 252 43 75 0 117 100 41 534 102 50
Binary 10101010 100011 111101 0 1001111 1000000 100001 101011100 1000010 101000

Color Harmonies of #AA233D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA233D

Black with #AA233D

Text Example


Text Example

White with #AA233D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA233D; }

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

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

background-color css

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

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

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

border-color css

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

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

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