Html Css Color HEX #B0335C Rouge

📋 copy color: '#B0335C'

red 176 ◦ green 51 ◦ blue 92

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

Shades of Rouge #B0335C

Tints of Rouge #B0335C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.99%

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

R = 55.17%
G = 15.99%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0335C (or 0xB0335C) is known color: Rouge. HEX triplet: B0, 33 and 5C. RGB value is (176,51,92). Sum of RGB (Red+Green+Blue) = 176+51+92=319 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.17% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 176 - color contains mainly: red. Hex color #B0335C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0335C is #4FCCA3. Grayscale: #5D5D5D. Windows color (decimal): -5229732 or 6042544. OLE color: 6042544.

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

Color convert

RGB 176 51 92 -
CMYK 0 0.71 0.48 0.31
HSL 340.32º 0.55% 0.45% -
HSV(B) 340.32º 0.71% 0.69% -
XYZ 21.02 12.37 11.41 -
YUV 93.05 127.41 187.17 -
System Red Green Blue C M Y K H S L
Decimal 176 51 92 0 0.71 0.48 0.31 340.32 0.55 0.45
Hex B0 33 5C 0 47 30 1F 154 37 2D
Octal 260 63 134 0 107 60 37 524 67 55
Binary 10110000 110011 1011100 0 1000111 110000 11111 101010100 110111 101101

Color Harmonies of #B0335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0335C

Black with #B0335C

Text Example


Text Example

White with #B0335C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0335C; }

 p { color: rgb(176,51,92); }

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

background-color css

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

 a { background-color: rgb(176,51,92); }

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

border-color css

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

 span { border-color: rgb(176,51,92); }

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