Html Css Color HEX #B0295C Rouge

📋 copy color: '#B0295C'

red 176 ◦ green 41 ◦ blue 92

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

Shades of Rouge #B0295C

Tints of Rouge #B0295C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.77%

R = 56.96%
G = 13.27%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0295C (or 0xB0295C) is known color: Rouge. HEX triplet: B0, 29 and 5C. RGB value is (176,41,92). Sum of RGB (Red+Green+Blue) = 176+41+92=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B0295C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0295C is #4FD6A3. Grayscale: #575757. Windows color (decimal): -5232292 or 6039984. OLE color: 6039984.

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

Color convert

RGB 176 41 92 -
CMYK 0 0.77 0.48 0.31
HSL 337.33º 0.62% 0.43% -
HSV(B) 337.33º 0.77% 0.69% -
XYZ 20.63 11.59 11.27 -
YUV 87.18 130.73 191.35 -
System Red Green Blue C M Y K H S L
Decimal 176 41 92 0 0.77 0.48 0.31 337.33 0.62 0.43
Hex B0 29 5C 0 4D 30 1F 151 3E 2B
Octal 260 51 134 0 115 60 37 521 76 53
Binary 10110000 101001 1011100 0 1001101 110000 11111 101010001 111110 101011

Color Harmonies of #B0295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0295C

Black with #B0295C

Text Example


Text Example

White with #B0295C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0295C; }

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

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

background-color css

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

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

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

border-color css

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

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

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