Html Css Color HEX #AA0633 Carmine

📋 copy color: '#AA0633'

red 170 ◦ green 6 ◦ blue 51

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

Shades of Carmine #AA0633

Tints of Carmine #AA0633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 22.47%

R = 74.89%
G = 2.64%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.7

 K value IS 0.33

RGB Variations

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

Color information

#AA0633 (or 0xAA0633) is known color: Carmine. HEX triplet: AA, 06 and 33. RGB value is (170,6,51). Sum of RGB (Red+Green+Blue) = 170+6+51=227 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.89% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 51 (20.31% from 255 or 22.47% from 227); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0633 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0633 is #55F9CC. Grayscale: #3C3C3C. Windows color (decimal): -5634509 or 3344042. OLE color: 3344042.

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

Color convert

RGB 170 6 51 -
CMYK 0 0.96 0.7 0.33
HSL 343.54º 0.93% 0.35% -
HSV(B) 343.54º 0.96% 0.67% -
XYZ 17.24 8.92 3.94 -
YUV 60.17 122.83 206.34 -
System Red Green Blue C M Y K H S L
Decimal 170 6 51 0 0.96 0.7 0.33 343.54 0.93 0.35
Hex AA 6 33 0 60 46 21 158 5D 23
Octal 252 6 63 0 140 106 41 530 135 43
Binary 10101010 110 110011 0 1100000 1000110 100001 101011000 1011101 100011

Color Harmonies of #AA0633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0633

Black with #AA0633

Text Example


Text Example

White with #AA0633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0633; }

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

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

background-color css

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

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

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

border-color css

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

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

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