Html Css Color HEX #B0375E Rouge

📋 copy color: '#B0375E'

red 176 ◦ green 55 ◦ blue 94

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

Shades of Rouge #B0375E

Tints of Rouge #B0375E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.92%

R = 54.15%
G = 16.92%
B = 28.92%

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

#B0375E (or 0xB0375E) is known color: Rouge. HEX triplet: B0, 37 and 5E. RGB value is (176,55,94). Sum of RGB (Red+Green+Blue) = 176+55+94=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B0375E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0375E is #4FC8A1. Grayscale: #5F5F5F. Windows color (decimal): -5228706 or 6174640. OLE color: 6174640.

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

Color convert

RGB 176 55 94 -
CMYK 0 0.69 0.47 0.31
HSL 340.66º 0.52% 0.45% -
HSV(B) 340.66º 0.69% 0.69% -
XYZ 21.29 12.77 11.93 -
YUV 95.63 127.09 185.33 -
System Red Green Blue C M Y K H S L
Decimal 176 55 94 0 0.69 0.47 0.31 340.66 0.52 0.45
Hex B0 37 5E 0 45 2F 1F 155 34 2D
Octal 260 67 136 0 105 57 37 525 64 55
Binary 10110000 110111 1011110 0 1000101 101111 11111 101010101 110100 101101

Color Harmonies of #B0375E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0375E

Black with #B0375E

Text Example


Text Example

White with #B0375E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0375E; }

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

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

background-color css

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

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

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

border-color css

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

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

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