Html Css Color HEX #B3375C Rouge

📋 copy color: '#B3375C'

red 179 ◦ green 55 ◦ blue 92

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

Shades of Rouge #B3375C

Tints of Rouge #B3375C

RGB

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

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

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

R = 54.91%
G = 16.87%
B = 28.22%

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

#B3375C (or 0xB3375C) is known color: Rouge. HEX triplet: B3, 37 and 5C. RGB value is (179,55,92). Sum of RGB (Red+Green+Blue) = 179+55+92=326 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.91% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 179 - color contains mainly: red. Hex color #B3375C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3375C is #4CC8A3. Grayscale: #606060. Windows color (decimal): -5032100 or 6043571. OLE color: 6043571.

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

Color convert

RGB 179 55 92 -
CMYK 0 0.69 0.49 0.30
HSL 342.1º 0.53% 0.46% -
HSV(B) 342.1º 0.69% 0.7% -
XYZ 21.89 13.09 11.5 -
YUV 96.29 125.58 186.99 -
System Red Green Blue C M Y K H S L
Decimal 179 55 92 0 0.69 0.49 0.30 342.1 0.53 0.46
Hex B3 37 5C 0 45 31 1E 156 35 2E
Octal 263 67 134 0 105 61 36 526 65 56
Binary 10110011 110111 1011100 0 1000101 110001 11110 101010110 110101 101110

Color Harmonies of #B3375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3375C

Black with #B3375C

Text Example


Text Example

White with #B3375C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3375C; }

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

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

background-color css

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

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

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

border-color css

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

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

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