Html Css Color HEX #B40253 Jazzberry Jam

📋 copy color: '#B40253'

red 180 ◦ green 2 ◦ blue 83

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

Shades of Jazzberry Jam #B40253

Tints of Jazzberry Jam #B40253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 31.32%

R = 67.92%
G = 0.75%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B40253 (or 0xB40253) is known color: Jazzberry Jam. HEX triplet: B4, 02 and 53. RGB value is (180,2,83). Sum of RGB (Red+Green+Blue) = 180+2+83=265 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.92% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 83 (32.81% from 255 or 31.32% from 265); Max value from RGB is 180 - color contains mainly: red. Hex color #B40253 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40253 is #4BFDAC. Grayscale: #404040. Windows color (decimal): -4980141 or 5440180. OLE color: 5440180.

HSL color Cylindrical-coordinate representation of color #B40253: hue angle of 332.7º 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 #B40253 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 2 83 -
CMYK 0 0.99 0.54 0.29
HSL 332.7º 0.98% 0.36% -
HSV(B) 332.7º 0.99% 0.71% -
XYZ 20.41 10.37 9.11 -
YUV 64.46 138.47 210.41 -
System Red Green Blue C M Y K H S L
Decimal 180 2 83 0 0.99 0.54 0.29 332.7 0.98 0.36
Hex B4 2 53 0 63 36 1D 14D 62 24
Octal 264 2 123 0 143 66 35 515 142 44
Binary 10110100 10 1010011 0 1100011 110110 11101 101001101 1100010 100100

Color Harmonies of #B40253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40253

Black with #B40253

Text Example


Text Example

White with #B40253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40253; }

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

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

background-color css

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

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

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

border-color css

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

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

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