Html Css Color HEX #A6043B Jazzberry Jam

📋 copy color: '#A6043B'

red 166 ◦ green 4 ◦ blue 59

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

Shades of Jazzberry Jam #A6043B

Tints of Jazzberry Jam #A6043B

RGB

 RED value IS 166 (65.23% from 255) = 72.49%

 GREEN value IS 4 (1.95% from 255) = 1.75%

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

R = 72.49%
G = 1.75%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A6043B (or 0xA6043B) is known color: Jazzberry Jam. HEX triplet: A6, 04 and 3B. RGB value is (166,4,59). Sum of RGB (Red+Green+Blue) = 166+4+59=229 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.49% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 166 - color contains mainly: red. Hex color #A6043B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6043B is #59FBC4. Grayscale: #3A3A3A. Windows color (decimal): -5897157 or 3867814. OLE color: 3867814.

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

Color convert

RGB 166 4 59 -
CMYK 0 0.98 0.64 0.35
HSL 339.63º 0.95% 0.33% -
HSV(B) 339.63º 0.98% 0.65% -
XYZ 16.56 8.51 4.91 -
YUV 58.71 128.17 204.53 -
System Red Green Blue C M Y K H S L
Decimal 166 4 59 0 0.98 0.64 0.35 339.63 0.95 0.33
Hex A6 4 3B 0 62 40 23 154 5F 21
Octal 246 4 73 0 142 100 43 524 137 41
Binary 10100110 100 111011 0 1100010 1000000 100011 101010100 1011111 100001

Color Harmonies of #A6043B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6043B

Black with #A6043B

Text Example


Text Example

White with #A6043B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6043B; }

 p { color: rgb(166,4,59); }

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

background-color css

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

 a { background-color: rgb(166,4,59); }

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

border-color css

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

 span { border-color: rgb(166,4,59); }

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