Html Css Color HEX #AA0735 Cardinal

📋 copy color: '#AA0735'

red 170 ◦ green 7 ◦ blue 53

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

Shades of Cardinal #AA0735

Tints of Cardinal #AA0735

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.04%

 BLUE value IS 53 (21.09% from 255) = 23.04%

R = 73.91%
G = 3.04%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA0735 (or 0xAA0735) is known color: Cardinal. HEX triplet: AA, 07 and 35. RGB value is (170,7,53). Sum of RGB (Red+Green+Blue) = 170+7+53=230 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.91% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0735 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0735 is #55F8CA. Grayscale: #3C3C3C. Windows color (decimal): -5634251 or 3475370. OLE color: 3475370.

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

Color convert

RGB 170 7 53 -
CMYK 0 0.96 0.69 0.33
HSL 343.07º 0.92% 0.35% -
HSV(B) 343.07º 0.96% 0.67% -
XYZ 17.3 8.96 4.19 -
YUV 60.98 123.5 205.76 -
System Red Green Blue C M Y K H S L
Decimal 170 7 53 0 0.96 0.69 0.33 343.07 0.92 0.35
Hex AA 7 35 0 60 45 21 157 5C 23
Octal 252 7 65 0 140 105 41 527 134 43
Binary 10101010 111 110101 0 1100000 1000101 100001 101010111 1011100 100011

Color Harmonies of #AA0735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0735

Black with #AA0735

Text Example


Text Example

White with #AA0735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0735; }

 p { color: rgb(170,7,53); }

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

background-color css

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

 a { background-color: rgb(170,7,53); }

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

border-color css

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

 span { border-color: rgb(170,7,53); }

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