Html Css Color HEX #A8003A Jazzberry Jam

📋 copy color: '#A8003A'

red 168 ◦ green 0 ◦ blue 58

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

Shades of Jazzberry Jam #A8003A

Tints of Jazzberry Jam #A8003A

RGB

 RED value IS 168 (66.02% from 255) = 74.34%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 58 (23.05% from 255) = 25.66%

R = 74.34%
G = 0%
B = 25.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#A8003A (or 0xA8003A) is known color: Jazzberry Jam. HEX triplet: A8, 00 and 3A. RGB value is (168,0,58). Sum of RGB (Red+Green+Blue) = 168+0+58=226 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.34% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 168 - color contains mainly: red. Hex color #A8003A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8003A is #57FFC5. Grayscale: #383838. Windows color (decimal): -5767110 or 3801256. OLE color: 3801256.

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

Color convert

RGB 168 0 58 -
CMYK 0 1 0.65 0.34
HSL 339.29º 1% 0.33% -
HSV(B) 339.29º 1% 0.66% -
XYZ 16.91 8.63 4.78 -
YUV 56.84 128.66 207.28 -
System Red Green Blue C M Y K H S L
Decimal 168 0 58 0 1 0.65 0.34 339.29 1 0.33
Hex A8 0 3A 0 64 41 22 153 64 21
Octal 250 0 72 0 144 101 42 523 144 41
Binary 10101000 0 111010 0 1100100 1000001 100010 101010011 1100100 100001

Color Harmonies of #A8003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8003A

Black with #A8003A

Text Example


Text Example

White with #A8003A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8003A; }

 p { color: rgb(168,0,58); }

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

background-color css

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

 a { background-color: rgb(168,0,58); }

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

border-color css

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

 span { border-color: rgb(168,0,58); }

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