Html Css Color HEX #B03060 Rouge

📋 copy color: '#B03060'

red 176 ◦ green 48 ◦ blue 96

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

Shades of Rouge #B03060

Tints of Rouge #B03060

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15%

 BLUE value IS 96 (37.89% from 255) = 30%

R = 55%
G = 15%
B = 30%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B03060 (or 0xB03060) is known color: Rouge. HEX triplet: B0, 30 and 60. RGB value is (176,48,96). Sum of RGB (Red+Green+Blue) = 176+48+96=320 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 176 - color contains mainly: red. Hex color #B03060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03060 is #4FCF9F. Grayscale: #5B5B5B. Windows color (decimal): -5230496 or 6303920. OLE color: 6303920.

HSL color Cylindrical-coordinate representation of color #B03060: hue angle of 337.5º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B03060 is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 48 96 -
CMYK 0 0.73 0.45 0.31
HSL 337.5º 0.57% 0.44% -
HSV(B) 337.5º 0.73% 0.69% -
XYZ 21.07 12.19 12.31 -
YUV 91.74 130.41 188.1 -
System Red Green Blue C M Y K H S L
Decimal 176 48 96 0 0.73 0.45 0.31 337.5 0.57 0.44
Hex B0 30 60 0 49 2D 1F 152 39 2C
Octal 260 60 140 0 111 55 37 522 71 54
Binary 10110000 110000 1100000 0 1001001 101101 11111 101010010 111001 101100

Color Harmonies of #B03060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03060

Black with #B03060

Text Example


Text Example

White with #B03060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03060; }

 p { color: rgb(176,48,96); }

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

background-color css

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

 a { background-color: rgb(176,48,96); }

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

border-color css

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

 span { border-color: rgb(176,48,96); }

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