Html Css Color HEX #B0275D Rouge

📋 copy color: '#B0275D'

red 176 ◦ green 39 ◦ blue 93

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

Shades of Rouge #B0275D

Tints of Rouge #B0275D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.66%

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

R = 57.14%
G = 12.66%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B0275D (or 0xB0275D) is known color: Rouge. HEX triplet: B0, 27 and 5D. RGB value is (176,39,93). Sum of RGB (Red+Green+Blue) = 176+39+93=308 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.14% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 176 - color contains mainly: red. Hex color #B0275D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0275D is #4FD8A2. Grayscale: #565656. Windows color (decimal): -5232803 or 6105008. OLE color: 6105008.

HSL color Cylindrical-coordinate representation of color #B0275D: hue angle of 336.35º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B0275D is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 39 93 -
CMYK 0 0.78 0.47 0.31
HSL 336.35º 0.64% 0.42% -
HSV(B) 336.35º 0.78% 0.69% -
XYZ 20.61 11.47 11.48 -
YUV 86.12 131.89 192.11 -
System Red Green Blue C M Y K H S L
Decimal 176 39 93 0 0.78 0.47 0.31 336.35 0.64 0.42
Hex B0 27 5D 0 4E 2F 1F 150 40 2A
Octal 260 47 135 0 116 57 37 520 100 52
Binary 10110000 100111 1011101 0 1001110 101111 11111 101010000 1000000 101010

Color Harmonies of #B0275D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0275D

Black with #B0275D

Text Example


Text Example

White with #B0275D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0275D; }

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

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

background-color css

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

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

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

border-color css

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

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

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