Html Css Color HEX #AE184B Jazzberry Jam

📋 copy color: '#AE184B'

red 174 ◦ green 24 ◦ blue 75

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

Shades of Jazzberry Jam #AE184B

Tints of Jazzberry Jam #AE184B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.79%

 BLUE value IS 75 (29.69% from 255) = 27.47%

R = 63.74%
G = 8.79%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AE184B (or 0xAE184B) is known color: Jazzberry Jam. HEX triplet: AE, 18 and 4B. RGB value is (174,24,75). Sum of RGB (Red+Green+Blue) = 174+24+75=273 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.74% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 174 - color contains mainly: red. Hex color #AE184B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE184B is #51E7B4. Grayscale: #4A4A4A. Windows color (decimal): -5367733 or 4921518. OLE color: 4921518.

HSL color Cylindrical-coordinate representation of color #AE184B: hue angle of 339.6º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE184B is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 24 75 -
CMYK 0 0.86 0.57 0.32
HSL 339.6º 0.76% 0.39% -
HSV(B) 339.6º 0.86% 0.68% -
XYZ 19.05 10.16 7.61 -
YUV 74.66 128.2 198.85 -
System Red Green Blue C M Y K H S L
Decimal 174 24 75 0 0.86 0.57 0.32 339.6 0.76 0.39
Hex AE 18 4B 0 56 39 20 154 4C 27
Octal 256 30 113 0 126 71 40 524 114 47
Binary 10101110 11000 1001011 0 1010110 111001 100000 101010100 1001100 100111

Color Harmonies of #AE184B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE184B

Black with #AE184B

Text Example


Text Example

White with #AE184B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE184B; }

 p { color: rgb(174,24,75); }

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

background-color css

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

 a { background-color: rgb(174,24,75); }

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

border-color css

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

 span { border-color: rgb(174,24,75); }

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