Html Css Color HEX #AA0D1F Carmine

📋 copy color: '#AA0D1F'

red 170 ◦ green 13 ◦ blue 31

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

Shades of Carmine #AA0D1F

Tints of Carmine #AA0D1F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.07%

 BLUE value IS 31 (12.5% from 255) = 14.49%

R = 79.44%
G = 6.07%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA0D1F (or 0xAA0D1F) is known color: Carmine. HEX triplet: AA, 0D and 1F. RGB value is (170,13,31). Sum of RGB (Red+Green+Blue) = 170+13+31=214 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.44% from 214); Green value is 13 (5.47% from 255 or 6.07% from 214); Blue value is 31 (12.5% from 255 or 14.49% from 214); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0D1F is #55F2E0. Grayscale: #3E3E3E. Windows color (decimal): -5632737 or 2035114. OLE color: 2035114.

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

Color convert

RGB 170 13 31 -
CMYK 0 0.92 0.82 0.33
HSL 353.12º 0.86% 0.36% -
HSV(B) 353.12º 0.92% 0.67% -
XYZ 16.97 8.93 2.13 -
YUV 62 110.51 205.04 -
System Red Green Blue C M Y K H S L
Decimal 170 13 31 0 0.92 0.82 0.33 353.12 0.86 0.36
Hex AA D 1F 0 5C 52 21 161 56 24
Octal 252 15 37 0 134 122 41 541 126 44
Binary 10101010 1101 11111 0 1011100 1010010 100001 101100001 1010110 100100

Color Harmonies of #AA0D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0D1F

Black with #AA0D1F

Text Example


Text Example

White with #AA0D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0D1F; }

 p { color: rgb(170,13,31); }

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

background-color css

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

 a { background-color: rgb(170,13,31); }

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

border-color css

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

 span { border-color: rgb(170,13,31); }

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