Html Css Color HEX #AA0334 Carmine

📋 copy color: '#AA0334'

red 170 ◦ green 3 ◦ blue 52

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

Shades of Carmine #AA0334

Tints of Carmine #AA0334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 23.11%

R = 75.56%
G = 1.33%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA0334 (or 0xAA0334) is known color: Carmine. HEX triplet: AA, 03 and 34. RGB value is (170,3,52). Sum of RGB (Red+Green+Blue) = 170+3+52=225 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.56% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0334 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0334 is #55FCCB. Grayscale: #3A3A3A. Windows color (decimal): -5635276 or 3408810. OLE color: 3408810.

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

Color convert

RGB 170 3 52 -
CMYK 0 0.98 0.69 0.33
HSL 342.4º 0.97% 0.34% -
HSV(B) 342.4º 0.98% 0.67% -
XYZ 17.23 8.86 4.05 -
YUV 58.52 124.33 207.52 -
System Red Green Blue C M Y K H S L
Decimal 170 3 52 0 0.98 0.69 0.33 342.4 0.97 0.34
Hex AA 3 34 0 62 45 21 156 61 22
Octal 252 3 64 0 142 105 41 526 141 42
Binary 10101010 11 110100 0 1100010 1000101 100001 101010110 1100001 100010

Color Harmonies of #AA0334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0334

Black with #AA0334

Text Example


Text Example

White with #AA0334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0334; }

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

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

background-color css

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

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

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

border-color css

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

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

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