Html Css Color HEX #B0335D Rouge

📋 copy color: '#B0335D'

red 176 ◦ green 51 ◦ blue 93

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

Shades of Rouge #B0335D

Tints of Rouge #B0335D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.06%

R = 55%
G = 15.94%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B0335D (or 0xB0335D) is known color: Rouge. HEX triplet: B0, 33 and 5D. RGB value is (176,51,93). Sum of RGB (Red+Green+Blue) = 176+51+93=320 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 176 - color contains mainly: red. Hex color #B0335D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0335D is #4FCCA2. Grayscale: #5D5D5D. Windows color (decimal): -5229731 or 6108080. OLE color: 6108080.

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

Color convert

RGB 176 51 93 -
CMYK 0 0.71 0.47 0.31
HSL 339.84º 0.55% 0.45% -
HSV(B) 339.84º 0.71% 0.69% -
XYZ 21.06 12.39 11.64 -
YUV 93.16 127.91 187.08 -
System Red Green Blue C M Y K H S L
Decimal 176 51 93 0 0.71 0.47 0.31 339.84 0.55 0.45
Hex B0 33 5D 0 47 2F 1F 154 37 2D
Octal 260 63 135 0 107 57 37 524 67 55
Binary 10110000 110011 1011101 0 1000111 101111 11111 101010100 110111 101101

Color Harmonies of #B0335D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0335D

Black with #B0335D

Text Example


Text Example

White with #B0335D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0335D; }

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

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

background-color css

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

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

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

border-color css

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

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

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