Html Css Color HEX #AA0C2F Carmine

📋 copy color: '#AA0C2F'

red 170 ◦ green 12 ◦ blue 47

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

Shades of Carmine #AA0C2F

Tints of Carmine #AA0C2F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.24%

 BLUE value IS 47 (18.75% from 255) = 20.52%

R = 74.24%
G = 5.24%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA0C2F (or 0xAA0C2F) is known color: Carmine. HEX triplet: AA, 0C and 2F. RGB value is (170,12,47). Sum of RGB (Red+Green+Blue) = 170+12+47=229 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.24% from 229); Green value is 12 (5.08% from 255 or 5.24% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0C2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0C2F is #55F3D0. Grayscale: #3F3F3F. Windows color (decimal): -5632977 or 3083434. OLE color: 3083434.

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

Color convert

RGB 170 12 47 -
CMYK 0 0.93 0.72 0.33
HSL 346.71º 0.87% 0.36% -
HSV(B) 346.71º 0.93% 0.67% -
XYZ 17.22 9.01 3.52 -
YUV 63.23 118.85 204.15 -
System Red Green Blue C M Y K H S L
Decimal 170 12 47 0 0.93 0.72 0.33 346.71 0.87 0.36
Hex AA C 2F 0 5D 48 21 15B 57 24
Octal 252 14 57 0 135 110 41 533 127 44
Binary 10101010 1100 101111 0 1011101 1001000 100001 101011011 1010111 100100

Color Harmonies of #AA0C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0C2F

Black with #AA0C2F

Text Example


Text Example

White with #AA0C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0C2F; }

 p { color: rgb(170,12,47); }

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

background-color css

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

 a { background-color: rgb(170,12,47); }

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

border-color css

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

 span { border-color: rgb(170,12,47); }

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