#A00B4B

Color #A00B4B Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #A00B4B

Tints of Jazzberry Jam #A00B4B

Color information

#A00B4B (or 0xA00B4B) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 0B and 4B. RGB value is (160,11,75). Sum of RGB (Red+Green+Blue) = 160+11+75=246 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.04% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 160 - color contains mainly: red. Hex color #A00B4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00B4B is #5FF4B4. Grayscale: #3E3E3E. Windows color (decimal): -6288565 or 4918176. OLE color: 4918176.

HSL color Cylindrical-coordinate representation of color #A00B4B: hue angle of 334.23º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00B4B is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB1601175-
CMYK00.930.530.37
HSL334.23º87.13%33.53%-
HSV(B)334.23º93.12%62.75%-
XYZ15.898.227.41-
YUV62.85134.86197.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 65.04%
GREEN value IS 11 (4.69% from 255) = 4.47%
BLUE value IS 75 (29.69% from 255) = 30.49%
R=65.04%
G=4.47%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160117500.930.530.37334.2387.1333.53
HexA0B4B05D352514e5722
Octal240131130135654551612742
Binary1010000010111001011010111011101011001011010011101010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00B4B; }

 p { color: rgb(160,11,75); }

 H1.HeaderClassName
 {
   color: #A00B4B;
 }
 .AnyTagClassName
 {
   color: #A00B4B;
 }
</style>
background-color css

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

 a { background-color: rgb(160,11,75); }

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

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

 span { border-color: rgb(160,11,75); }

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