Html Css Color HEX #AA0336 Carmine

📋 copy color: '#AA0336'

red 170 ◦ green 3 ◦ blue 54

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

Shades of Carmine #AA0336

Tints of Carmine #AA0336

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.32%

 BLUE value IS 54 (21.48% from 255) = 23.79%

R = 74.89%
G = 1.32%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AA0336 (or 0xAA0336) is known color: Carmine. HEX triplet: AA, 03 and 36. RGB value is (170,3,54). Sum of RGB (Red+Green+Blue) = 170+3+54=227 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.89% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 54 (21.48% from 255 or 23.79% from 227); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0336 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0336 is #55FCC9. Grayscale: #3A3A3A. Windows color (decimal): -5635274 or 3539882. OLE color: 3539882.

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

Color convert

RGB 170 3 54 -
CMYK 0 0.98 0.68 0.33
HSL 341.68º 0.97% 0.34% -
HSV(B) 341.68º 0.98% 0.67% -
XYZ 17.28 8.88 4.29 -
YUV 58.75 125.33 207.35 -
System Red Green Blue C M Y K H S L
Decimal 170 3 54 0 0.98 0.68 0.33 341.68 0.97 0.34
Hex AA 3 36 0 62 44 21 156 61 22
Octal 252 3 66 0 142 104 41 526 141 42
Binary 10101010 11 110110 0 1100010 1000100 100001 101010110 1100001 100010

Color Harmonies of #AA0336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0336

Black with #AA0336

Text Example


Text Example

White with #AA0336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0336; }

 p { color: rgb(170,3,54); }

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

background-color css

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

 a { background-color: rgb(170,3,54); }

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

border-color css

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

 span { border-color: rgb(170,3,54); }

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