Html Css Color HEX #AA0F3A Cardinal

📋 copy color: '#AA0F3A'

red 170 ◦ green 15 ◦ blue 58

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

Shades of Cardinal #AA0F3A

Tints of Cardinal #AA0F3A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.17%

 BLUE value IS 58 (23.05% from 255) = 23.87%

R = 69.96%
G = 6.17%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA0F3A (or 0xAA0F3A) is known color: Cardinal. HEX triplet: AA, 0F and 3A. RGB value is (170,15,58). Sum of RGB (Red+Green+Blue) = 170+15+58=243 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.96% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 58 (23.05% from 255 or 23.87% from 243); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0F3A is #55F0C5. Grayscale: #424242. Windows color (decimal): -5632198 or 3805098. OLE color: 3805098.

HSL color Cylindrical-coordinate representation of color #AA0F3A: hue angle of 343.35º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA0F3A is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 15 58 -
CMYK 0 0.91 0.66 0.33
HSL 343.35º 0.84% 0.36% -
HSV(B) 343.35º 0.91% 0.67% -
XYZ 17.51 9.19 4.85 -
YUV 66.25 123.35 202 -
System Red Green Blue C M Y K H S L
Decimal 170 15 58 0 0.91 0.66 0.33 343.35 0.84 0.36
Hex AA F 3A 0 5B 42 21 157 54 24
Octal 252 17 72 0 133 102 41 527 124 44
Binary 10101010 1111 111010 0 1011011 1000010 100001 101010111 1010100 100100

Color Harmonies of #AA0F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0F3A

Black with #AA0F3A

Text Example


Text Example

White with #AA0F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0F3A; }

 p { color: rgb(170,15,58); }

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

background-color css

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

 a { background-color: rgb(170,15,58); }

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

border-color css

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

 span { border-color: rgb(170,15,58); }

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