Html Css Color HEX #BA0253 Jazzberry Jam

📋 copy color: '#BA0253'

red 186 ◦ green 2 ◦ blue 83

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

Shades of Jazzberry Jam #BA0253

Tints of Jazzberry Jam #BA0253

RGB

 RED value IS 186 (73.05% from 255) = 68.63%

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

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

R = 68.63%
G = 0.74%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA0253 (or 0xBA0253) is known color: Jazzberry Jam. HEX triplet: BA, 02 and 53. RGB value is (186,2,83). Sum of RGB (Red+Green+Blue) = 186+2+83=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0253 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0253 is #45FDAC. Grayscale: #424242. Windows color (decimal): -4586925 or 5440186. OLE color: 5440186.

HSL color Cylindrical-coordinate representation of color #BA0253: hue angle of 333.59º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA0253 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 2 83 -
CMYK 0 0.99 0.55 0.27
HSL 333.59º 0.98% 0.37% -
HSV(B) 333.59º 0.99% 0.73% -
XYZ 21.83 11.11 9.18 -
YUV 66.25 137.46 213.41 -
System Red Green Blue C M Y K H S L
Decimal 186 2 83 0 0.99 0.55 0.27 333.59 0.98 0.37
Hex BA 2 53 0 63 37 1B 14E 62 25
Octal 272 2 123 0 143 67 33 516 142 45
Binary 10111010 10 1010011 0 1100011 110111 11011 101001110 1100010 100101

Color Harmonies of #BA0253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0253

Black with #BA0253

Text Example


Text Example

White with #BA0253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0253; }

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

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

background-color css

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

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

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

border-color css

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

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

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