Html Css Color HEX #B3305B Rouge

📋 copy color: '#B3305B'

red 179 ◦ green 48 ◦ blue 91

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

Shades of Rouge #B3305B

Tints of Rouge #B3305B

RGB

 RED value IS 179 (70.31% from 255) = 56.29%

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

 BLUE value IS 91 (35.94% from 255) = 28.62%

R = 56.29%
G = 15.09%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B3305B (or 0xB3305B) is known color: Rouge. HEX triplet: B3, 30 and 5B. RGB value is (179,48,91). Sum of RGB (Red+Green+Blue) = 179+48+91=318 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.29% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 179 - color contains mainly: red. Hex color #B3305B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3305B is #4CCFA4. Grayscale: #5C5C5C. Windows color (decimal): -5033893 or 5976243. OLE color: 5976243.

HSL color Cylindrical-coordinate representation of color #B3305B: hue angle of 340.31º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B3305B is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 48 91 -
CMYK 0 0.73 0.49 0.30
HSL 340.31º 0.58% 0.45% -
HSV(B) 340.31º 0.73% 0.7% -
XYZ 21.54 12.45 11.17 -
YUV 92.07 127.4 190 -
System Red Green Blue C M Y K H S L
Decimal 179 48 91 0 0.73 0.49 0.30 340.31 0.58 0.45
Hex B3 30 5B 0 49 31 1E 154 3A 2D
Octal 263 60 133 0 111 61 36 524 72 55
Binary 10110011 110000 1011011 0 1001001 110001 11110 101010100 111010 101101

Color Harmonies of #B3305B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3305B

Black with #B3305B

Text Example


Text Example

White with #B3305B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3305B; }

 p { color: rgb(179,48,91); }

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

background-color css

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

 a { background-color: rgb(179,48,91); }

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

border-color css

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

 span { border-color: rgb(179,48,91); }

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