Html Css Color HEX #A9024B Jazzberry Jam

📋 copy color: '#A9024B'

red 169 ◦ green 2 ◦ blue 75

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

Shades of Jazzberry Jam #A9024B

Tints of Jazzberry Jam #A9024B

RGB

 RED value IS 169 (66.41% from 255) = 68.7%

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

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

R = 68.7%
G = 0.81%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.34

RGB Variations

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

Color information

#A9024B (or 0xA9024B) is known color: Jazzberry Jam. HEX triplet: A9, 02 and 4B. RGB value is (169,2,75). Sum of RGB (Red+Green+Blue) = 169+2+75=246 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.70% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 169 - color contains mainly: red. Hex color #A9024B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9024B is #56FDB4. Grayscale: #3C3C3C. Windows color (decimal): -5701045 or 4915881. OLE color: 4915881.

HSL color Cylindrical-coordinate representation of color #A9024B: hue angle of 333.77º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A9024B is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 2 75 -
CMYK 0 0.99 0.56 0.34
HSL 333.77º 0.98% 0.34% -
HSV(B) 333.77º 0.99% 0.66% -
XYZ 17.65 8.99 7.46 -
YUV 60.26 136.33 205.56 -
System Red Green Blue C M Y K H S L
Decimal 169 2 75 0 0.99 0.56 0.34 333.77 0.98 0.34
Hex A9 2 4B 0 63 38 22 14E 62 22
Octal 251 2 113 0 143 70 42 516 142 42
Binary 10101001 10 1001011 0 1100011 111000 100010 101001110 1100010 100010

Color Harmonies of #A9024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9024B

Black with #A9024B

Text Example


Text Example

White with #A9024B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9024B; }

 p { color: rgb(169,2,75); }

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

background-color css

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

 a { background-color: rgb(169,2,75); }

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

border-color css

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

 span { border-color: rgb(169,2,75); }

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