Html Css Color HEX #AA000F Carmine

📋 copy color: '#AA000F'

red 170 ◦ green 0 ◦ blue 15

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

Shades of Carmine #AA000F

Tints of Carmine #AA000F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 15 (6.25% from 255) = 8.11%

R = 91.89%
G = 0%
B = 8.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA000F (or 0xAA000F) is known color: Carmine. HEX triplet: AA, 00 and 0F. RGB value is (170,0,15). Sum of RGB (Red+Green+Blue) = 170+0+15=185 (24% of max value = 765). Red value is 170 (66.80% from 255 or 91.89% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 170 - color contains mainly: red. Hex color #AA000F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA000F is #55FFF0. Grayscale: #343434. Windows color (decimal): -5636081 or 983210. OLE color: 983210.

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

Color convert

RGB 170 0 15 -
CMYK 0 1 0.91 0.33
HSL 354.71º 1% 0.33% -
HSV(B) 354.71º 1% 0.67% -
XYZ 16.66 8.58 1.23 -
YUV 52.54 106.82 211.78 -
System Red Green Blue C M Y K H S L
Decimal 170 0 15 0 1 0.91 0.33 354.71 1 0.33
Hex AA 0 F 0 64 5B 21 163 64 21
Octal 252 0 17 0 144 133 41 543 144 41
Binary 10101010 0 1111 0 1100100 1011011 100001 101100011 1100100 100001

Color Harmonies of #AA000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA000F

Black with #AA000F

Text Example


Text Example

White with #AA000F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA000F; }

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

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

background-color css

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

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

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

border-color css

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

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

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