Html Css Color HEX #AE0246 Jazzberry Jam

📋 copy color: '#AE0246'

red 174 ◦ green 2 ◦ blue 70

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

Shades of Jazzberry Jam #AE0246

Tints of Jazzberry Jam #AE0246

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

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

R = 70.73%
G = 0.81%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AE0246 (or 0xAE0246) is known color: Jazzberry Jam. HEX triplet: AE, 02 and 46. RGB value is (174,2,70). Sum of RGB (Red+Green+Blue) = 174+2+70=246 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.73% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0246 is #51FDB9. Grayscale: #3D3D3D. Windows color (decimal): -5373370 or 4588206. OLE color: 4588206.

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

Color convert

RGB 174 2 70 -
CMYK 0 0.99 0.60 0.32
HSL 336.28º 0.98% 0.35% -
HSV(B) 336.28º 0.99% 0.68% -
XYZ 18.58 9.48 6.65 -
YUV 61.18 132.98 208.47 -
System Red Green Blue C M Y K H S L
Decimal 174 2 70 0 0.99 0.60 0.32 336.28 0.98 0.35
Hex AE 2 46 0 63 3C 20 150 62 23
Octal 256 2 106 0 143 74 40 520 142 43
Binary 10101110 10 1000110 0 1100011 111100 100000 101010000 1100010 100011

Color Harmonies of #AE0246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0246

Black with #AE0246

Text Example


Text Example

White with #AE0246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0246; }

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

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

background-color css

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

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

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

border-color css

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

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

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