Html Css Color HEX #B0306F Rouge

📋 copy color: '#B0306F'

red 176 ◦ green 48 ◦ blue 111

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

Shades of Rouge #B0306F

Tints of Rouge #B0306F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.13%

R = 52.54%
G = 14.33%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B0306F (or 0xB0306F) is known color: Rouge. HEX triplet: B0, 30 and 6F. RGB value is (176,48,111). Sum of RGB (Red+Green+Blue) = 176+48+111=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B0306F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0306F is #4FCF90. Grayscale: #5D5D5D. Windows color (decimal): -5230481 or 7286960. OLE color: 7286960.

HSL color Cylindrical-coordinate representation of color #B0306F: hue angle of 330.47º 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 #B0306F is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 48 111 -
CMYK 0 0.73 0.37 0.31
HSL 330.47º 0.57% 0.44% -
HSV(B) 330.47º 0.73% 0.69% -
XYZ 21.83 12.49 16.3 -
YUV 93.45 137.91 186.88 -
System Red Green Blue C M Y K H S L
Decimal 176 48 111 0 0.73 0.37 0.31 330.47 0.57 0.44
Hex B0 30 6F 0 49 25 1F 14A 39 2C
Octal 260 60 157 0 111 45 37 512 71 54
Binary 10110000 110000 1101111 0 1001001 100101 11111 101001010 111001 101100

Color Harmonies of #B0306F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0306F

Black with #B0306F

Text Example


Text Example

White with #B0306F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0306F; }

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

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

background-color css

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

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

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

border-color css

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

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

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