Html Css Color HEX #AA060F Carmine

📋 copy color: '#AA060F'

red 170 ◦ green 6 ◦ blue 15

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

Shades of Carmine #AA060F

Tints of Carmine #AA060F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.14%

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

R = 89.01%
G = 3.14%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA060F (or 0xAA060F) is known color: Carmine. HEX triplet: AA, 06 and 0F. RGB value is (170,6,15). Sum of RGB (Red+Green+Blue) = 170+6+15=191 (25% of max value = 765). Red value is 170 (66.80% from 255 or 89.01% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 15 (6.25% from 255 or 7.85% from 191); Max value from RGB is 170 - color contains mainly: red. Hex color #AA060F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA060F is #55F9F0. Grayscale: #383838. Windows color (decimal): -5634545 or 984746. OLE color: 984746.

HSL color Cylindrical-coordinate representation of color #AA060F: hue angle of 356.71º degrees, saturation: 0.93, 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 #AA060F is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 6 15 -
CMYK 0 0.96 0.91 0.33
HSL 356.71º 0.93% 0.35% -
HSV(B) 356.71º 0.96% 0.67% -
XYZ 16.73 8.71 1.25 -
YUV 56.06 104.83 209.27 -
System Red Green Blue C M Y K H S L
Decimal 170 6 15 0 0.96 0.91 0.33 356.71 0.93 0.35
Hex AA 6 F 0 60 5B 21 165 5D 23
Octal 252 6 17 0 140 133 41 545 135 43
Binary 10101010 110 1111 0 1100000 1011011 100001 101100101 1011101 100011

Color Harmonies of #AA060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA060F

Black with #AA060F

Text Example


Text Example

White with #AA060F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA060F; }

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

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

background-color css

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

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

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

border-color css

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

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

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