Html Css Color HEX #B0375D Rouge

📋 copy color: '#B0375D'

red 176 ◦ green 55 ◦ blue 93

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

Shades of Rouge #B0375D

Tints of Rouge #B0375D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.98%

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

R = 54.32%
G = 16.98%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B0375D (or 0xB0375D) is known color: Rouge. HEX triplet: B0, 37 and 5D. RGB value is (176,55,93). Sum of RGB (Red+Green+Blue) = 176+55+93=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B0375D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0375D is #4FC8A2. Grayscale: #5F5F5F. Windows color (decimal): -5228707 or 6109104. OLE color: 6109104.

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

Color convert

RGB 176 55 93 -
CMYK 0 0.69 0.47 0.31
HSL 341.16º 0.52% 0.45% -
HSV(B) 341.16º 0.69% 0.69% -
XYZ 21.25 12.75 11.7 -
YUV 95.51 126.59 185.41 -
System Red Green Blue C M Y K H S L
Decimal 176 55 93 0 0.69 0.47 0.31 341.16 0.52 0.45
Hex B0 37 5D 0 45 2F 1F 155 34 2D
Octal 260 67 135 0 105 57 37 525 64 55
Binary 10110000 110111 1011101 0 1000101 101111 11111 101010101 110100 101101

Color Harmonies of #B0375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0375D

Black with #B0375D

Text Example


Text Example

White with #B0375D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0375D; }

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

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

background-color css

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

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

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

border-color css

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

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

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