Html Css Color HEX #B0335B Rouge

📋 copy color: '#B0335B'

red 176 ◦ green 51 ◦ blue 91

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

Shades of Rouge #B0335B

Tints of Rouge #B0335B

RGB

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

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

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

R = 55.35%
G = 16.04%
B = 28.62%

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

#B0335B (or 0xB0335B) is known color: Rouge. HEX triplet: B0, 33 and 5B. RGB value is (176,51,91). Sum of RGB (Red+Green+Blue) = 176+51+91=318 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.35% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 176 - color contains mainly: red. Hex color #B0335B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0335B is #4FCCA4. Grayscale: #5C5C5C. Windows color (decimal): -5229733 or 5977008. OLE color: 5977008.

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

Color convert

RGB 176 51 91 -
CMYK 0 0.71 0.48 0.31
HSL 340.8º 0.55% 0.45% -
HSV(B) 340.8º 0.71% 0.69% -
XYZ 20.98 12.35 11.18 -
YUV 92.94 126.91 187.25 -
System Red Green Blue C M Y K H S L
Decimal 176 51 91 0 0.71 0.48 0.31 340.8 0.55 0.45
Hex B0 33 5B 0 47 30 1F 155 37 2D
Octal 260 63 133 0 107 60 37 525 67 55
Binary 10110000 110011 1011011 0 1000111 110000 11111 101010101 110111 101101

Color Harmonies of #B0335B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0335B

Black with #B0335B

Text Example


Text Example

White with #B0335B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0335B; }

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

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

background-color css

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

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

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

border-color css

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

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

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