Html Css Color HEX #AE0046 Jazzberry Jam

📋 copy color: '#AE0046'

red 174 ◦ green 0 ◦ blue 70

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

Shades of Jazzberry Jam #AE0046

Tints of Jazzberry Jam #AE0046

RGB

 RED value IS 174 (68.36% from 255) = 71.31%

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

 BLUE value IS 70 (27.73% from 255) = 28.69%

R = 71.31%
G = 0%
B = 28.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AE0046 (or 0xAE0046) is known color: Jazzberry Jam. HEX triplet: AE, 00 and 46. RGB value is (174,0,70). Sum of RGB (Red+Green+Blue) = 174+0+70=244 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.31% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 70 (27.73% from 255 or 28.69% from 244); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0046 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0046 is #51FFB9. Grayscale: #3B3B3B. Windows color (decimal): -5373882 or 4587694. OLE color: 4587694.

HSL color Cylindrical-coordinate representation of color #AE0046: hue angle of 335.86º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE0046 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 0 70 -
CMYK 0 1 0.60 0.32
HSL 335.86º 1% 0.34% -
HSV(B) 335.86º 1% 0.68% -
XYZ 18.56 9.44 6.64 -
YUV 60.01 133.65 209.31 -
System Red Green Blue C M Y K H S L
Decimal 174 0 70 0 1 0.60 0.32 335.86 1 0.34
Hex AE 0 46 0 64 3C 20 150 64 22
Octal 256 0 106 0 144 74 40 520 144 42
Binary 10101110 0 1000110 0 1100100 111100 100000 101010000 1100100 100010

Color Harmonies of #AE0046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0046

Black with #AE0046

Text Example


Text Example

White with #AE0046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0046; }

 p { color: rgb(174,0,70); }

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

background-color css

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

 a { background-color: rgb(174,0,70); }

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

border-color css

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

 span { border-color: rgb(174,0,70); }

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