Html Css Color HEX #B00C48 Jazzberry Jam

📋 copy color: '#B00C48'

red 176 ◦ green 12 ◦ blue 72

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

Shades of Jazzberry Jam #B00C48

Tints of Jazzberry Jam #B00C48

RGB

 RED value IS 176 (69.14% from 255) = 67.69%

 GREEN value IS 12 (5.08% from 255) = 4.62%

 BLUE value IS 72 (28.52% from 255) = 27.69%

R = 67.69%
G = 4.62%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B00C48 (or 0xB00C48) is known color: Jazzberry Jam. HEX triplet: B0, 0C and 48. RGB value is (176,12,72). Sum of RGB (Red+Green+Blue) = 176+12+72=260 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.69% from 260); Green value is 12 (5.08% from 255 or 4.62% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 176 - color contains mainly: red. Hex color #B00C48 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00C48 is #4FF3B7. Grayscale: #434343. Windows color (decimal): -5239736 or 4721840. OLE color: 4721840.

HSL color Cylindrical-coordinate representation of color #B00C48: hue angle of 338.05º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00C48 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 12 72 -
CMYK 0 0.93 0.59 0.31
HSL 338.05º 0.87% 0.37% -
HSV(B) 338.05º 0.93% 0.69% -
XYZ 19.21 9.96 7.04 -
YUV 67.88 130.33 205.12 -
System Red Green Blue C M Y K H S L
Decimal 176 12 72 0 0.93 0.59 0.31 338.05 0.87 0.37
Hex B0 C 48 0 5D 3B 1F 152 57 25
Octal 260 14 110 0 135 73 37 522 127 45
Binary 10110000 1100 1001000 0 1011101 111011 11111 101010010 1010111 100101

Color Harmonies of #B00C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00C48

Black with #B00C48

Text Example


Text Example

White with #B00C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00C48; }

 p { color: rgb(176,12,72); }

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

background-color css

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

 a { background-color: rgb(176,12,72); }

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

border-color css

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

 span { border-color: rgb(176,12,72); }

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