Html Css Color HEX #A8033A Jazzberry Jam

📋 copy color: '#A8033A'

red 168 ◦ green 3 ◦ blue 58

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

Shades of Jazzberry Jam #A8033A

Tints of Jazzberry Jam #A8033A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.31%

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

R = 73.36%
G = 1.31%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#A8033A (or 0xA8033A) is known color: Jazzberry Jam. HEX triplet: A8, 03 and 3A. RGB value is (168,3,58). Sum of RGB (Red+Green+Blue) = 168+3+58=229 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.36% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 168 - color contains mainly: red. Hex color #A8033A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8033A is #57FCC5. Grayscale: #3A3A3A. Windows color (decimal): -5766342 or 3802024. OLE color: 3802024.

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

Color convert

RGB 168 3 58 -
CMYK 0 0.98 0.65 0.34
HSL 340º 0.96% 0.34% -
HSV(B) 340º 0.98% 0.66% -
XYZ 16.94 8.7 4.79 -
YUV 58.61 127.66 206.03 -
System Red Green Blue C M Y K H S L
Decimal 168 3 58 0 0.98 0.65 0.34 340 0.96 0.34
Hex A8 3 3A 0 62 41 22 154 60 22
Octal 250 3 72 0 142 101 42 524 140 42
Binary 10101000 11 111010 0 1100010 1000001 100010 101010100 1100000 100010

Color Harmonies of #A8033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8033A

Black with #A8033A

Text Example


Text Example

White with #A8033A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8033A; }

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

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

background-color css

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

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

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

border-color css

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

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

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