#a8003a

Color #A8003A Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #A8003A

Tints of Jazzberry Jam #A8003A

Color information

#A8003A (or 0xA8003A) is unknown color: approx 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

RGB168058-
CMYK010.650.34
HSL339.29º100%32.94%-
HSV(B)339.29º100%65.88%-
XYZ16.918.634.78-
YUV56.84128.66207.28-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.65
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168058010.650.34339.2910032.94
HexA803A06441221536421
Octal25007201441014252314441
Binary1010100001110100110010010000011000101010100111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8003a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>