Html Css Color HEX #A8023C Jazzberry Jam

📋 copy color: '#A8023C'

red 168 ◦ green 2 ◦ blue 60

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

Shades of Jazzberry Jam #A8023C

Tints of Jazzberry Jam #A8023C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.09%

R = 73.04%
G = 0.87%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A8023C (or 0xA8023C) is known color: Jazzberry Jam. HEX triplet: A8, 02 and 3C. RGB value is (168,2,60). Sum of RGB (Red+Green+Blue) = 168+2+60=230 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.04% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 168 - color contains mainly: red. Hex color #A8023C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8023C is #57FDC3. Grayscale: #3A3A3A. Windows color (decimal): -5766596 or 3932840. OLE color: 3932840.

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

Color convert

RGB 168 2 60 -
CMYK 0 0.99 0.64 0.34
HSL 339.04º 0.98% 0.33% -
HSV(B) 339.04º 0.99% 0.66% -
XYZ 16.99 8.69 5.06 -
YUV 58.25 129 206.28 -
System Red Green Blue C M Y K H S L
Decimal 168 2 60 0 0.99 0.64 0.34 339.04 0.98 0.33
Hex A8 2 3C 0 63 40 22 153 62 21
Octal 250 2 74 0 143 100 42 523 142 41
Binary 10101000 10 111100 0 1100011 1000000 100010 101010011 1100010 100001

Color Harmonies of #A8023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8023C

Black with #A8023C

Text Example


Text Example

White with #A8023C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8023C; }

 p { color: rgb(168,2,60); }

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

background-color css

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

 a { background-color: rgb(168,2,60); }

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

border-color css

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

 span { border-color: rgb(168,2,60); }

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