Html Css Color HEX #A6013E Jazzberry Jam

📋 copy color: '#A6013E'

red 166 ◦ green 1 ◦ blue 62

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

Shades of Jazzberry Jam #A6013E

Tints of Jazzberry Jam #A6013E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 27.07%

R = 72.49%
G = 0.44%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A6013E (or 0xA6013E) is known color: Jazzberry Jam. HEX triplet: A6, 01 and 3E. RGB value is (166,1,62). Sum of RGB (Red+Green+Blue) = 166+1+62=229 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.49% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 166 - color contains mainly: red. Hex color #A6013E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6013E is #59FEC1. Grayscale: #393939. Windows color (decimal): -5897922 or 4063654. OLE color: 4063654.

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

Color convert

RGB 166 1 62 -
CMYK 0 0.99 0.63 0.35
HSL 337.82º 0.99% 0.33% -
HSV(B) 337.82º 0.99% 0.65% -
XYZ 16.61 8.48 5.32 -
YUV 57.29 130.66 205.54 -
System Red Green Blue C M Y K H S L
Decimal 166 1 62 0 0.99 0.63 0.35 337.82 0.99 0.33
Hex A6 1 3E 0 63 3F 23 152 63 21
Octal 246 1 76 0 143 77 43 522 143 41
Binary 10100110 1 111110 0 1100011 111111 100011 101010010 1100011 100001

Color Harmonies of #A6013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6013E

Black with #A6013E

Text Example


Text Example

White with #A6013E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6013E; }

 p { color: rgb(166,1,62); }

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

background-color css

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

 a { background-color: rgb(166,1,62); }

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

border-color css

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

 span { border-color: rgb(166,1,62); }

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