Html Css Color HEX #B3295F Rouge

📋 copy color: '#B3295F'

red 179 ◦ green 41 ◦ blue 95

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

Shades of Rouge #B3295F

Tints of Rouge #B3295F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.02%

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

R = 56.83%
G = 13.02%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B3295F (or 0xB3295F) is known color: Rouge. HEX triplet: B3, 29 and 5F. RGB value is (179,41,95). Sum of RGB (Red+Green+Blue) = 179+41+95=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B3295F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3295F is #4CD6A0. Grayscale: #585858. Windows color (decimal): -5035681 or 6236595. OLE color: 6236595.

HSL color Cylindrical-coordinate representation of color #B3295F: hue angle of 336.52º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B3295F is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 41 95 -
CMYK 0 0.77 0.47 0.30
HSL 336.52º 0.63% 0.43% -
HSV(B) 336.52º 0.77% 0.7% -
XYZ 21.45 12 12.01 -
YUV 88.42 131.72 192.61 -
System Red Green Blue C M Y K H S L
Decimal 179 41 95 0 0.77 0.47 0.30 336.52 0.63 0.43
Hex B3 29 5F 0 4D 2F 1E 151 3F 2B
Octal 263 51 137 0 115 57 36 521 77 53
Binary 10110011 101001 1011111 0 1001101 101111 11110 101010001 111111 101011

Color Harmonies of #B3295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3295F

Black with #B3295F

Text Example


Text Example

White with #B3295F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3295F; }

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

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

background-color css

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

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

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

border-color css

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

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

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