Html Css Color HEX #A8013A Jazzberry Jam

📋 copy color: '#A8013A'

red 168 ◦ green 1 ◦ blue 58

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

Shades of Jazzberry Jam #A8013A

Tints of Jazzberry Jam #A8013A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 74.01%
G = 0.44%
B = 25.55%

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

#A8013A (or 0xA8013A) is known color: Jazzberry Jam. HEX triplet: A8, 01 and 3A. RGB value is (168,1,58). Sum of RGB (Red+Green+Blue) = 168+1+58=227 (30% of max value = 765). Red value is 168 (66.02% from 255 or 74.01% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 168 - color contains mainly: red. Hex color #A8013A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8013A is #57FEC5. Grayscale: #393939. Windows color (decimal): -5766854 or 3801512. OLE color: 3801512.

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

Color convert

RGB 168 1 58 -
CMYK 0 0.99 0.65 0.34
HSL 339.52º 0.99% 0.33% -
HSV(B) 339.52º 0.99% 0.66% -
XYZ 16.92 8.65 4.78 -
YUV 57.43 128.33 206.87 -
System Red Green Blue C M Y K H S L
Decimal 168 1 58 0 0.99 0.65 0.34 339.52 0.99 0.33
Hex A8 1 3A 0 63 41 22 154 63 21
Octal 250 1 72 0 143 101 42 524 143 41
Binary 10101000 1 111010 0 1100011 1000001 100010 101010100 1100011 100001

Color Harmonies of #A8013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8013A

Black with #A8013A

Text Example


Text Example

White with #A8013A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8013A; }

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

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

background-color css

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

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

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

border-color css

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

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

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