Html Css Color HEX #AA003C Jazzberry Jam

📋 copy color: '#AA003C'

red 170 ◦ green 0 ◦ blue 60

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

Shades of Jazzberry Jam #AA003C

Tints of Jazzberry Jam #AA003C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 60 (23.83% from 255) = 26.09%

R = 73.91%
G = 0%
B = 26.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA003C (or 0xAA003C) is known color: Jazzberry Jam. HEX triplet: AA, 00 and 3C. RGB value is (170,0,60). Sum of RGB (Red+Green+Blue) = 170+0+60=230 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.91% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 170 - color contains mainly: red. Hex color #AA003C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA003C is #55FFC3. Grayscale: #393939. Windows color (decimal): -5636036 or 3932330. OLE color: 3932330.

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

Color convert

RGB 170 0 60 -
CMYK 0 1 0.65 0.33
HSL 338.82º 1% 0.33% -
HSV(B) 338.82º 1% 0.67% -
XYZ 17.39 8.87 5.07 -
YUV 57.67 129.32 208.12 -
System Red Green Blue C M Y K H S L
Decimal 170 0 60 0 1 0.65 0.33 338.82 1 0.33
Hex AA 0 3C 0 64 41 21 153 64 21
Octal 252 0 74 0 144 101 41 523 144 41
Binary 10101010 0 111100 0 1100100 1000001 100001 101010011 1100100 100001

Color Harmonies of #AA003C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA003C

Black with #AA003C

Text Example


Text Example

White with #AA003C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA003C; }

 p { color: rgb(170,0,60); }

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

background-color css

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

 a { background-color: rgb(170,0,60); }

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

border-color css

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

 span { border-color: rgb(170,0,60); }

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