Html Css Color HEX #B80245 Jazzberry Jam

📋 copy color: '#B80245'

red 184 ◦ green 2 ◦ blue 69

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

Shades of Jazzberry Jam #B80245

Tints of Jazzberry Jam #B80245

RGB

 RED value IS 184 (72.27% from 255) = 72.16%

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 72.16%
G = 0.78%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B80245 (or 0xB80245) is known color: Jazzberry Jam. HEX triplet: B8, 02 and 45. RGB value is (184,2,69). Sum of RGB (Red+Green+Blue) = 184+2+69=255 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.16% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 184 - color contains mainly: red. Hex color #B80245 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80245 is #47FDBA. Grayscale: #3F3F3F. Windows color (decimal): -4718011 or 4522680. OLE color: 4522680.

HSL color Cylindrical-coordinate representation of color #B80245: hue angle of 337.91º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B80245 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 2 69 -
CMYK 0 0.99 0.62 0.28
HSL 337.91º 0.98% 0.36% -
HSV(B) 337.91º 0.99% 0.72% -
XYZ 20.86 10.66 6.59 -
YUV 64.06 130.8 213.55 -
System Red Green Blue C M Y K H S L
Decimal 184 2 69 0 0.99 0.62 0.28 337.91 0.98 0.36
Hex B8 2 45 0 63 3E 1C 152 62 24
Octal 270 2 105 0 143 76 34 522 142 44
Binary 10111000 10 1000101 0 1100011 111110 11100 101010010 1100010 100100

Color Harmonies of #B80245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80245

Black with #B80245

Text Example


Text Example

White with #B80245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80245; }

 p { color: rgb(184,2,69); }

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

background-color css

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

 a { background-color: rgb(184,2,69); }

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

border-color css

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

 span { border-color: rgb(184,2,69); }

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