Html Css Color HEX #B3305F Rouge

📋 copy color: '#B3305F'

red 179 ◦ green 48 ◦ blue 95

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

Shades of Rouge #B3305F

Tints of Rouge #B3305F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.5%

R = 55.59%
G = 14.91%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B3305F (or 0xB3305F) is known color: Rouge. HEX triplet: B3, 30 and 5F. RGB value is (179,48,95). Sum of RGB (Red+Green+Blue) = 179+48+95=322 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.59% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 179 - color contains mainly: red. Hex color #B3305F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3305F is #4CCFA0. Grayscale: #5C5C5C. Windows color (decimal): -5033889 or 6238387. OLE color: 6238387.

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

Color convert

RGB 179 48 95 -
CMYK 0 0.73 0.47 0.30
HSL 338.47º 0.58% 0.45% -
HSV(B) 338.47º 0.73% 0.7% -
XYZ 21.71 12.52 12.1 -
YUV 92.53 129.4 189.68 -
System Red Green Blue C M Y K H S L
Decimal 179 48 95 0 0.73 0.47 0.30 338.47 0.58 0.45
Hex B3 30 5F 0 49 2F 1E 152 3A 2D
Octal 263 60 137 0 111 57 36 522 72 55
Binary 10110011 110000 1011111 0 1001001 101111 11110 101010010 111010 101101

Color Harmonies of #B3305F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3305F

Black with #B3305F

Text Example


Text Example

White with #B3305F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3305F; }

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

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

background-color css

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

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

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

border-color css

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

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

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