Html Css Color HEX #AA0933 Cardinal

📋 copy color: '#AA0933'

red 170 ◦ green 9 ◦ blue 51

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

Shades of Cardinal #AA0933

Tints of Cardinal #AA0933

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.91%

 BLUE value IS 51 (20.31% from 255) = 22.17%

R = 73.91%
G = 3.91%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.7

 K value IS 0.33

RGB Variations

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

Color information

#AA0933 (or 0xAA0933) is known color: Cardinal. HEX triplet: AA, 09 and 33. RGB value is (170,9,51). Sum of RGB (Red+Green+Blue) = 170+9+51=230 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.91% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 51 (20.31% from 255 or 22.17% from 230); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0933 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0933 is #55F6CC. Grayscale: #3D3D3D. Windows color (decimal): -5633741 or 3344810. OLE color: 3344810.

HSL color Cylindrical-coordinate representation of color #AA0933: hue angle of 344.35º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0933 is Cyan = 0, Magento = 0.95, Yellow = 0.7 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 9 51 -
CMYK 0 0.95 0.7 0.33
HSL 344.35º 0.9% 0.35% -
HSV(B) 344.35º 0.95% 0.67% -
XYZ 17.27 8.98 3.95 -
YUV 61.93 121.84 205.08 -
System Red Green Blue C M Y K H S L
Decimal 170 9 51 0 0.95 0.7 0.33 344.35 0.9 0.35
Hex AA 9 33 0 5F 46 21 158 5A 23
Octal 252 11 63 0 137 106 41 530 132 43
Binary 10101010 1001 110011 0 1011111 1000110 100001 101011000 1011010 100011

Color Harmonies of #AA0933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0933

Black with #AA0933

Text Example


Text Example

White with #AA0933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0933; }

 p { color: rgb(170,9,51); }

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

background-color css

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

 a { background-color: rgb(170,9,51); }

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

border-color css

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

 span { border-color: rgb(170,9,51); }

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