Html Css Color HEX #A6013D Jazzberry Jam

📋 copy color: '#A6013D'

red 166 ◦ green 1 ◦ blue 61

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

Shades of Jazzberry Jam #A6013D

Tints of Jazzberry Jam #A6013D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 26.75%

R = 72.81%
G = 0.44%
B = 26.75%

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

#A6013D (or 0xA6013D) is known color: Jazzberry Jam. HEX triplet: A6, 01 and 3D. RGB value is (166,1,61). Sum of RGB (Red+Green+Blue) = 166+1+61=228 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.81% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 166 - color contains mainly: red. Hex color #A6013D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6013D is #59FEC2. Grayscale: #393939. Windows color (decimal): -5897923 or 3998118. OLE color: 3998118.

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

Color convert

RGB 166 1 61 -
CMYK 0 0.99 0.63 0.35
HSL 338.18º 0.99% 0.33% -
HSV(B) 338.18º 0.99% 0.65% -
XYZ 16.58 8.47 5.18 -
YUV 57.18 130.16 205.62 -
System Red Green Blue C M Y K H S L
Decimal 166 1 61 0 0.99 0.63 0.35 338.18 0.99 0.33
Hex A6 1 3D 0 63 3F 23 152 63 21
Octal 246 1 75 0 143 77 43 522 143 41
Binary 10100110 1 111101 0 1100011 111111 100011 101010010 1100011 100001

Color Harmonies of #A6013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6013D

Black with #A6013D

Text Example


Text Example

White with #A6013D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6013D; }

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

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

background-color css

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

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

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

border-color css

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

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

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