Html Css Color HEX #A00F45 Jazzberry Jam

📋 copy color: '#A00F45'

red 160 ◦ green 15 ◦ blue 69

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

Shades of Jazzberry Jam #A00F45

Tints of Jazzberry Jam #A00F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 28.28%

R = 65.57%
G = 6.15%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A00F45 (or 0xA00F45) is known color: Jazzberry Jam. HEX triplet: A0, 0F and 45. RGB value is (160,15,69). Sum of RGB (Red+Green+Blue) = 160+15+69=244 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.57% from 244); Green value is 15 (6.25% from 255 or 6.15% from 244); Blue value is 69 (27.34% from 255 or 28.28% from 244); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F45 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00F45 is #5FF0BA. Grayscale: #404040. Windows color (decimal): -6287547 or 4525984. OLE color: 4525984.

HSL color Cylindrical-coordinate representation of color #A00F45: hue angle of 337.66º 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 #A00F45 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 15 69 -
CMYK 0 0.91 0.57 0.37
HSL 337.66º 0.83% 0.34% -
HSV(B) 337.66º 0.91% 0.63% -
XYZ 15.74 8.24 6.39 -
YUV 64.51 130.54 196.11 -
System Red Green Blue C M Y K H S L
Decimal 160 15 69 0 0.91 0.57 0.37 337.66 0.83 0.34
Hex A0 F 45 0 5B 39 25 152 53 22
Octal 240 17 105 0 133 71 45 522 123 42
Binary 10100000 1111 1000101 0 1011011 111001 100101 101010010 1010011 100010

Color Harmonies of #A00F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00F45

Black with #A00F45

Text Example


Text Example

White with #A00F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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