Html Css Color HEX #A00F40 Jazzberry Jam

📋 copy color: '#A00F40'

red 160 ◦ green 15 ◦ blue 64

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

Shades of Jazzberry Jam #A00F40

Tints of Jazzberry Jam #A00F40

RGB

 RED value IS 160 (62.89% from 255) = 66.95%

 GREEN value IS 15 (6.25% from 255) = 6.28%

 BLUE value IS 64 (25.39% from 255) = 26.78%

R = 66.95%
G = 6.28%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.6

 K value IS 0.37

RGB Variations

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

Color information

#A00F40 (or 0xA00F40) is known color: Jazzberry Jam. HEX triplet: A0, 0F and 40. RGB value is (160,15,64). Sum of RGB (Red+Green+Blue) = 160+15+64=239 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.95% from 239); Green value is 15 (6.25% from 255 or 6.28% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00F40 is #5FF0BF. Grayscale: #3F3F3F. Windows color (decimal): -6287552 or 4198304. OLE color: 4198304.

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

Color convert

RGB 160 15 64 -
CMYK 0 0.91 0.6 0.37
HSL 339.72º 0.83% 0.34% -
HSV(B) 339.72º 0.91% 0.63% -
XYZ 15.59 8.19 5.61 -
YUV 63.94 128.04 196.52 -
System Red Green Blue C M Y K H S L
Decimal 160 15 64 0 0.91 0.6 0.37 339.72 0.83 0.34
Hex A0 F 40 0 5B 3C 25 154 53 22
Octal 240 17 100 0 133 74 45 524 123 42
Binary 10100000 1111 1000000 0 1011011 111100 100101 101010100 1010011 100010

Color Harmonies of #A00F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00F40

Black with #A00F40

Text Example


Text Example

White with #A00F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00F40; }

 p { color: rgb(160,15,64); }

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

background-color css

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

 a { background-color: rgb(160,15,64); }

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

border-color css

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

 span { border-color: rgb(160,15,64); }

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