Html Css Color HEX #AA0634 Carmine

📋 copy color: '#AA0634'

red 170 ◦ green 6 ◦ blue 52

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

Shades of Carmine #AA0634

Tints of Carmine #AA0634

RGB

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

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

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

R = 74.56%
G = 2.63%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA0634 (or 0xAA0634) is known color: Carmine. HEX triplet: AA, 06 and 34. RGB value is (170,6,52). Sum of RGB (Red+Green+Blue) = 170+6+52=228 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.56% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 52 (20.70% from 255 or 22.81% from 228); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0634 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0634 is #55F9CB. Grayscale: #3C3C3C. Windows color (decimal): -5634508 or 3409578. OLE color: 3409578.

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

Color convert

RGB 170 6 52 -
CMYK 0 0.96 0.69 0.33
HSL 343.17º 0.93% 0.35% -
HSV(B) 343.17º 0.96% 0.67% -
XYZ 17.26 8.92 4.06 -
YUV 60.28 123.33 206.26 -
System Red Green Blue C M Y K H S L
Decimal 170 6 52 0 0.96 0.69 0.33 343.17 0.93 0.35
Hex AA 6 34 0 60 45 21 157 5D 23
Octal 252 6 64 0 140 105 41 527 135 43
Binary 10101010 110 110100 0 1100000 1000101 100001 101010111 1011101 100011

Color Harmonies of #AA0634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0634

Black with #AA0634

Text Example


Text Example

White with #AA0634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0634; }

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

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

background-color css

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

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

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

border-color css

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

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

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