Html Css Color HEX #A00246 Jazzberry Jam

📋 copy color: '#A00246'

red 160 ◦ green 2 ◦ blue 70

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

Shades of Jazzberry Jam #A00246

Tints of Jazzberry Jam #A00246

RGB

 RED value IS 160 (62.89% from 255) = 68.97%

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

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

R = 68.97%
G = 0.86%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#A00246 (or 0xA00246) is known color: Jazzberry Jam. HEX triplet: A0, 02 and 46. RGB value is (160,2,70). Sum of RGB (Red+Green+Blue) = 160+2+70=232 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.97% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 160 - color contains mainly: red. Hex color #A00246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00246 is #5FFDB9. Grayscale: #383838. Windows color (decimal): -6290874 or 4588192. OLE color: 4588192.

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

Color convert

RGB 160 2 70 -
CMYK 0 0.99 0.56 0.37
HSL 334.18º 0.98% 0.32% -
HSV(B) 334.18º 0.99% 0.63% -
XYZ 15.62 7.96 6.51 -
YUV 56.99 135.35 201.47 -
System Red Green Blue C M Y K H S L
Decimal 160 2 70 0 0.99 0.56 0.37 334.18 0.98 0.32
Hex A0 2 46 0 63 38 25 14E 62 20
Octal 240 2 106 0 143 70 45 516 142 40
Binary 10100000 10 1000110 0 1100011 111000 100101 101001110 1100010 100000

Color Harmonies of #A00246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00246

Black with #A00246

Text Example


Text Example

White with #A00246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00246; }

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

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

background-color css

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

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

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

border-color css

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

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

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