Html Css Color HEX #BD0252 Jazzberry Jam

📋 copy color: '#BD0252'

red 189 ◦ green 2 ◦ blue 82

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

Shades of Jazzberry Jam #BD0252

Tints of Jazzberry Jam #BD0252

RGB

 RED value IS 189 (74.22% from 255) = 69.23%

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

 BLUE value IS 82 (32.42% from 255) = 30.04%

R = 69.23%
G = 0.73%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BD0252 (or 0xBD0252) is known color: Jazzberry Jam. HEX triplet: BD, 02 and 52. RGB value is (189,2,82). Sum of RGB (Red+Green+Blue) = 189+2+82=273 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.23% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0252 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0252 is #42FDAD. Grayscale: #424242. Windows color (decimal): -4390318 or 5374653. OLE color: 5374653.

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

Color convert

RGB 189 2 82 -
CMYK 0 0.99 0.57 0.26
HSL 334.33º 0.98% 0.37% -
HSV(B) 334.33º 0.99% 0.74% -
XYZ 22.53 11.47 9.01 -
YUV 67.03 136.45 215 -
System Red Green Blue C M Y K H S L
Decimal 189 2 82 0 0.99 0.57 0.26 334.33 0.98 0.37
Hex BD 2 52 0 63 39 1A 14E 62 25
Octal 275 2 122 0 143 71 32 516 142 45
Binary 10111101 10 1010010 0 1100011 111001 11010 101001110 1100010 100101

Color Harmonies of #BD0252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0252

Black with #BD0252

Text Example


Text Example

White with #BD0252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0252; }

 p { color: rgb(189,2,82); }

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

background-color css

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

 a { background-color: rgb(189,2,82); }

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

border-color css

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

 span { border-color: rgb(189,2,82); }

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