Html Css Color HEX #B40242 Jazzberry Jam

📋 copy color: '#B40242'

red 180 ◦ green 2 ◦ blue 66

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

Shades of Jazzberry Jam #B40242

Tints of Jazzberry Jam #B40242

RGB

 RED value IS 180 (70.7% from 255) = 72.58%

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

 BLUE value IS 66 (26.17% from 255) = 26.61%

R = 72.58%
G = 0.81%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B40242 (or 0xB40242) is known color: Jazzberry Jam. HEX triplet: B4, 02 and 42. RGB value is (180,2,66). Sum of RGB (Red+Green+Blue) = 180+2+66=248 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.58% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 180 - color contains mainly: red. Hex color #B40242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40242 is #4BFDBD. Grayscale: #3E3E3E. Windows color (decimal): -4980158 or 4326068. OLE color: 4326068.

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

Color convert

RGB 180 2 66 -
CMYK 0 0.99 0.63 0.29
HSL 338.43º 0.98% 0.36% -
HSV(B) 338.43º 0.99% 0.71% -
XYZ 19.83 10.14 6.07 -
YUV 62.52 129.97 211.8 -
System Red Green Blue C M Y K H S L
Decimal 180 2 66 0 0.99 0.63 0.29 338.43 0.98 0.36
Hex B4 2 42 0 63 3F 1D 152 62 24
Octal 264 2 102 0 143 77 35 522 142 44
Binary 10110100 10 1000010 0 1100011 111111 11101 101010010 1100010 100100

Color Harmonies of #B40242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40242

Black with #B40242

Text Example


Text Example

White with #B40242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40242; }

 p { color: rgb(180,2,66); }

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

background-color css

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

 a { background-color: rgb(180,2,66); }

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

border-color css

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

 span { border-color: rgb(180,2,66); }

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