Html Css Color HEX #B0325D Rouge

📋 copy color: '#B0325D'

red 176 ◦ green 50 ◦ blue 93

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

Shades of Rouge #B0325D

Tints of Rouge #B0325D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.67%

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

R = 55.17%
G = 15.67%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B0325D (or 0xB0325D) is known color: Rouge. HEX triplet: B0, 32 and 5D. RGB value is (176,50,93). Sum of RGB (Red+Green+Blue) = 176+50+93=319 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.17% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 176 - color contains mainly: red. Hex color #B0325D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0325D is #4FCDA2. Grayscale: #5C5C5C. Windows color (decimal): -5229987 or 6107824. OLE color: 6107824.

HSL color Cylindrical-coordinate representation of color #B0325D: hue angle of 339.52º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B0325D is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 50 93 -
CMYK 0 0.72 0.47 0.31
HSL 339.52º 0.56% 0.44% -
HSV(B) 339.52º 0.72% 0.69% -
XYZ 21.02 12.3 11.62 -
YUV 92.58 128.24 187.5 -
System Red Green Blue C M Y K H S L
Decimal 176 50 93 0 0.72 0.47 0.31 339.52 0.56 0.44
Hex B0 32 5D 0 48 2F 1F 154 38 2C
Octal 260 62 135 0 110 57 37 524 70 54
Binary 10110000 110010 1011101 0 1001000 101111 11111 101010100 111000 101100

Color Harmonies of #B0325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0325D

Black with #B0325D

Text Example


Text Example

White with #B0325D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0325D; }

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

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

background-color css

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

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

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

border-color css

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

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

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