Html Css Color HEX #B0306D Rouge

📋 copy color: '#B0306D'

red 176 ◦ green 48 ◦ blue 109

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

Shades of Rouge #B0306D

Tints of Rouge #B0306D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.73%

R = 52.85%
G = 14.41%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B0306D (or 0xB0306D) is known color: Rouge. HEX triplet: B0, 30 and 6D. RGB value is (176,48,109). Sum of RGB (Red+Green+Blue) = 176+48+109=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B0306D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0306D is #4FCF92. Grayscale: #5D5D5D. Windows color (decimal): -5230483 or 7155888. OLE color: 7155888.

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

Color convert

RGB 176 48 109 -
CMYK 0 0.73 0.38 0.31
HSL 331.41º 0.57% 0.44% -
HSV(B) 331.41º 0.73% 0.69% -
XYZ 21.72 12.45 15.73 -
YUV 93.23 136.91 187.04 -
System Red Green Blue C M Y K H S L
Decimal 176 48 109 0 0.73 0.38 0.31 331.41 0.57 0.44
Hex B0 30 6D 0 49 26 1F 14B 39 2C
Octal 260 60 155 0 111 46 37 513 71 54
Binary 10110000 110000 1101101 0 1001001 100110 11111 101001011 111001 101100

Color Harmonies of #B0306D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0306D

Black with #B0306D

Text Example


Text Example

White with #B0306D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0306D; }

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

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

background-color css

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

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

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

border-color css

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

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

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