Html Css Color HEX #A8184B Jazzberry Jam

📋 copy color: '#A8184B'

red 168 ◦ green 24 ◦ blue 75

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

Shades of Jazzberry Jam #A8184B

Tints of Jazzberry Jam #A8184B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.99%

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

R = 62.92%
G = 8.99%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#A8184B (or 0xA8184B) is known color: Jazzberry Jam. HEX triplet: A8, 18 and 4B. RGB value is (168,24,75). Sum of RGB (Red+Green+Blue) = 168+24+75=267 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.92% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 168 - color contains mainly: red. Hex color #A8184B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8184B is #57E7B4. Grayscale: #484848. Windows color (decimal): -5760949 or 4921512. OLE color: 4921512.

HSL color Cylindrical-coordinate representation of color #A8184B: hue angle of 338.75º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8184B is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 24 75 -
CMYK 0 0.86 0.55 0.34
HSL 338.75º 0.75% 0.38% -
HSV(B) 338.75º 0.86% 0.66% -
XYZ 17.75 9.49 7.55 -
YUV 72.87 129.21 195.85 -
System Red Green Blue C M Y K H S L
Decimal 168 24 75 0 0.86 0.55 0.34 338.75 0.75 0.38
Hex A8 18 4B 0 56 37 22 153 4B 26
Octal 250 30 113 0 126 67 42 523 113 46
Binary 10101000 11000 1001011 0 1010110 110111 100010 101010011 1001011 100110

Color Harmonies of #A8184B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8184B

Black with #A8184B

Text Example


Text Example

White with #A8184B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8184B; }

 p { color: rgb(168,24,75); }

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

background-color css

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

 a { background-color: rgb(168,24,75); }

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

border-color css

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

 span { border-color: rgb(168,24,75); }

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