Html Css Color HEX #B0295F Rouge

📋 copy color: '#B0295F'

red 176 ◦ green 41 ◦ blue 95

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

Shades of Rouge #B0295F

Tints of Rouge #B0295F

RGB

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

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

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

R = 56.41%
G = 13.14%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B0295F (or 0xB0295F) is known color: Rouge. HEX triplet: B0, 29 and 5F. RGB value is (176,41,95). Sum of RGB (Red+Green+Blue) = 176+41+95=312 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.41% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 176 - color contains mainly: red. Hex color #B0295F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0295F is #4FD6A0. Grayscale: #575757. Windows color (decimal): -5232289 or 6236592. OLE color: 6236592.

HSL color Cylindrical-coordinate representation of color #B0295F: hue angle of 336º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0295F is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 41 95 -
CMYK 0 0.77 0.46 0.31
HSL 336º 0.62% 0.43% -
HSV(B) 336º 0.77% 0.69% -
XYZ 20.76 11.64 11.98 -
YUV 87.52 132.23 191.11 -
System Red Green Blue C M Y K H S L
Decimal 176 41 95 0 0.77 0.46 0.31 336 0.62 0.43
Hex B0 29 5F 0 4D 2E 1F 150 3E 2B
Octal 260 51 137 0 115 56 37 520 76 53
Binary 10110000 101001 1011111 0 1001101 101110 11111 101010000 111110 101011

Color Harmonies of #B0295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0295F

Black with #B0295F

Text Example


Text Example

White with #B0295F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0295F; }

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

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

background-color css

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

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

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

border-color css

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

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

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