Html Css Color HEX #B3375B Rouge

📋 copy color: '#B3375B'

red 179 ◦ green 55 ◦ blue 91

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

Shades of Rouge #B3375B

Tints of Rouge #B3375B

RGB

 RED value IS 179 (70.31% from 255) = 55.08%

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

 BLUE value IS 91 (35.94% from 255) = 28%

R = 55.08%
G = 16.92%
B = 28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B3375B (or 0xB3375B) is known color: Rouge. HEX triplet: B3, 37 and 5B. RGB value is (179,55,91). Sum of RGB (Red+Green+Blue) = 179+55+91=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B3375B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3375B is #4CC8A4. Grayscale: #606060. Windows color (decimal): -5032101 or 5978035. OLE color: 5978035.

HSL color Cylindrical-coordinate representation of color #B3375B: hue angle of 342.58º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B3375B is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 55 91 -
CMYK 0 0.69 0.49 0.30
HSL 342.58º 0.53% 0.46% -
HSV(B) 342.58º 0.69% 0.7% -
XYZ 21.84 13.07 11.27 -
YUV 96.18 125.08 187.07 -
System Red Green Blue C M Y K H S L
Decimal 179 55 91 0 0.69 0.49 0.30 342.58 0.53 0.46
Hex B3 37 5B 0 45 31 1E 157 35 2E
Octal 263 67 133 0 105 61 36 527 65 56
Binary 10110011 110111 1011011 0 1000101 110001 11110 101010111 110101 101110

Color Harmonies of #B3375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3375B

Black with #B3375B

Text Example


Text Example

White with #B3375B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3375B; }

 p { color: rgb(179,55,91); }

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

background-color css

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

 a { background-color: rgb(179,55,91); }

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

border-color css

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

 span { border-color: rgb(179,55,91); }

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