Html Css Color HEX #AE0C43 Jazzberry Jam

📋 copy color: '#AE0C43'

red 174 ◦ green 12 ◦ blue 67

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

Shades of Jazzberry Jam #AE0C43

Tints of Jazzberry Jam #AE0C43

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.74%

 BLUE value IS 67 (26.56% from 255) = 26.48%

R = 68.77%
G = 4.74%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AE0C43 (or 0xAE0C43) is known color: Jazzberry Jam. HEX triplet: AE, 0C and 43. RGB value is (174,12,67). Sum of RGB (Red+Green+Blue) = 174+12+67=253 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.77% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 67 (26.56% from 255 or 26.48% from 253); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0C43 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0C43 is #51F3BC. Grayscale: #424242. Windows color (decimal): -5370813 or 4394158. OLE color: 4394158.

HSL color Cylindrical-coordinate representation of color #AE0C43: hue angle of 339.63º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE0C43 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 12 67 -
CMYK 0 0.93 0.61 0.32
HSL 339.63º 0.87% 0.36% -
HSV(B) 339.63º 0.93% 0.68% -
XYZ 18.6 9.67 6.2 -
YUV 66.71 128.17 204.53 -
System Red Green Blue C M Y K H S L
Decimal 174 12 67 0 0.93 0.61 0.32 339.63 0.87 0.36
Hex AE C 43 0 5D 3D 20 154 57 24
Octal 256 14 103 0 135 75 40 524 127 44
Binary 10101110 1100 1000011 0 1011101 111101 100000 101010100 1010111 100100

Color Harmonies of #AE0C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0C43

Black with #AE0C43

Text Example


Text Example

White with #AE0C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0C43; }

 p { color: rgb(174,12,67); }

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

background-color css

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

 a { background-color: rgb(174,12,67); }

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

border-color css

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

 span { border-color: rgb(174,12,67); }

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