Html Css Color HEX #A00F43 Jazzberry Jam

📋 copy color: '#A00F43'

red 160 ◦ green 15 ◦ blue 67

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

Shades of Jazzberry Jam #A00F43

Tints of Jazzberry Jam #A00F43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 27.69%

R = 66.12%
G = 6.2%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A00F43 (or 0xA00F43) is known color: Jazzberry Jam. HEX triplet: A0, 0F and 43. RGB value is (160,15,67). Sum of RGB (Red+Green+Blue) = 160+15+67=242 (32% of max value = 765). Red value is 160 (62.89% from 255 or 66.12% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 67 (26.56% from 255 or 27.69% from 242); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F43 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00F43 is #5FF0BC. Grayscale: #404040. Windows color (decimal): -6287549 or 4394912. OLE color: 4394912.

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

Color convert

RGB 160 15 67 -
CMYK 0 0.91 0.58 0.37
HSL 338.48º 0.83% 0.34% -
HSV(B) 338.48º 0.91% 0.63% -
XYZ 15.68 8.22 6.07 -
YUV 64.28 129.54 196.27 -
System Red Green Blue C M Y K H S L
Decimal 160 15 67 0 0.91 0.58 0.37 338.48 0.83 0.34
Hex A0 F 43 0 5B 3A 25 152 53 22
Octal 240 17 103 0 133 72 45 522 123 42
Binary 10100000 1111 1000011 0 1011011 111010 100101 101010010 1010011 100010

Color Harmonies of #A00F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00F43

Black with #A00F43

Text Example


Text Example

White with #A00F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00F43; }

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

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

background-color css

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

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

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

border-color css

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

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

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