Html Css Color HEX #A6014B Jazzberry Jam

📋 copy color: '#A6014B'

red 166 ◦ green 1 ◦ blue 75

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

Shades of Jazzberry Jam #A6014B

Tints of Jazzberry Jam #A6014B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 30.99%

R = 68.6%
G = 0.41%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A6014B (or 0xA6014B) is known color: Jazzberry Jam. HEX triplet: A6, 01 and 4B. RGB value is (166,1,75). Sum of RGB (Red+Green+Blue) = 166+1+75=242 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.60% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 166 - color contains mainly: red. Hex color #A6014B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6014B is #59FEB4. Grayscale: #3A3A3A. Windows color (decimal): -5897909 or 4915622. OLE color: 4915622.

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

Color convert

RGB 166 1 75 -
CMYK 0 0.99 0.55 0.35
HSL 333.09º 0.99% 0.33% -
HSV(B) 333.09º 0.99% 0.65% -
XYZ 17.01 8.64 7.43 -
YUV 58.77 137.16 204.48 -
System Red Green Blue C M Y K H S L
Decimal 166 1 75 0 0.99 0.55 0.35 333.09 0.99 0.33
Hex A6 1 4B 0 63 37 23 14D 63 21
Octal 246 1 113 0 143 67 43 515 143 41
Binary 10100110 1 1001011 0 1100011 110111 100011 101001101 1100011 100001

Color Harmonies of #A6014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6014B

Black with #A6014B

Text Example


Text Example

White with #A6014B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6014B; }

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

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

background-color css

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

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

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

border-color css

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

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

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