Html Css Color HEX #AA0625 Carmine

📋 copy color: '#AA0625'

red 170 ◦ green 6 ◦ blue 37

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

Shades of Carmine #AA0625

Tints of Carmine #AA0625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 17.37%

R = 79.81%
G = 2.82%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AA0625 (or 0xAA0625) is known color: Carmine. HEX triplet: AA, 06 and 25. RGB value is (170,6,37). Sum of RGB (Red+Green+Blue) = 170+6+37=213 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.81% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0625 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0625 is #55F9DA. Grayscale: #3A3A3A. Windows color (decimal): -5634523 or 2426538. OLE color: 2426538.

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

Color convert

RGB 170 6 37 -
CMYK 0 0.96 0.78 0.33
HSL 348.66º 0.93% 0.35% -
HSV(B) 348.66º 0.96% 0.67% -
XYZ 16.98 8.81 2.56 -
YUV 58.57 115.83 207.48 -
System Red Green Blue C M Y K H S L
Decimal 170 6 37 0 0.96 0.78 0.33 348.66 0.93 0.35
Hex AA 6 25 0 60 4E 21 15D 5D 23
Octal 252 6 45 0 140 116 41 535 135 43
Binary 10101010 110 100101 0 1100000 1001110 100001 101011101 1011101 100011

Color Harmonies of #AA0625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0625

Black with #AA0625

Text Example


Text Example

White with #AA0625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0625; }

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

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

background-color css

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

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

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

border-color css

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

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

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