Html Css Color HEX #A8023B Jazzberry Jam

📋 copy color: '#A8023B'

red 168 ◦ green 2 ◦ blue 59

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

Shades of Jazzberry Jam #A8023B

Tints of Jazzberry Jam #A8023B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 25.76%

R = 73.36%
G = 0.87%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#A8023B (or 0xA8023B) is known color: Jazzberry Jam. HEX triplet: A8, 02 and 3B. RGB value is (168,2,59). Sum of RGB (Red+Green+Blue) = 168+2+59=229 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.36% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 168 - color contains mainly: red. Hex color #A8023B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8023B is #57FDC4. Grayscale: #3A3A3A. Windows color (decimal): -5766597 or 3867304. OLE color: 3867304.

HSL color Cylindrical-coordinate representation of color #A8023B: hue angle of 339.4º 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 #A8023B is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 2 59 -
CMYK 0 0.99 0.65 0.34
HSL 339.4º 0.98% 0.33% -
HSV(B) 339.4º 0.99% 0.66% -
XYZ 16.96 8.68 4.92 -
YUV 58.13 128.5 206.37 -
System Red Green Blue C M Y K H S L
Decimal 168 2 59 0 0.99 0.65 0.34 339.4 0.98 0.33
Hex A8 2 3B 0 63 41 22 153 62 21
Octal 250 2 73 0 143 101 42 523 142 41
Binary 10101000 10 111011 0 1100011 1000001 100010 101010011 1100010 100001

Color Harmonies of #A8023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8023B

Black with #A8023B

Text Example


Text Example

White with #A8023B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8023B; }

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

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

background-color css

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

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

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

border-color css

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

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

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