Html Css Color HEX #B0295D Rouge

📋 copy color: '#B0295D'

red 176 ◦ green 41 ◦ blue 93

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

Shades of Rouge #B0295D

Tints of Rouge #B0295D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30%

R = 56.77%
G = 13.23%
B = 30%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B0295D (or 0xB0295D) is known color: Rouge. HEX triplet: B0, 29 and 5D. RGB value is (176,41,93). Sum of RGB (Red+Green+Blue) = 176+41+93=310 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.77% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 176 - color contains mainly: red. Hex color #B0295D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0295D is #4FD6A2. Grayscale: #575757. Windows color (decimal): -5232291 or 6105520. OLE color: 6105520.

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

Color convert

RGB 176 41 93 -
CMYK 0 0.77 0.47 0.31
HSL 336.89º 0.62% 0.43% -
HSV(B) 336.89º 0.77% 0.69% -
XYZ 20.67 11.61 11.51 -
YUV 87.29 131.23 191.27 -
System Red Green Blue C M Y K H S L
Decimal 176 41 93 0 0.77 0.47 0.31 336.89 0.62 0.43
Hex B0 29 5D 0 4D 2F 1F 151 3E 2B
Octal 260 51 135 0 115 57 37 521 76 53
Binary 10110000 101001 1011101 0 1001101 101111 11111 101010001 111110 101011

Color Harmonies of #B0295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0295D

Black with #B0295D

Text Example


Text Example

White with #B0295D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0295D; }

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

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

background-color css

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

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

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

border-color css

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

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

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