Html Css Color HEX #B6325D Rouge

📋 copy color: '#B6325D'

red 182 ◦ green 50 ◦ blue 93

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

Shades of Rouge #B6325D

Tints of Rouge #B6325D

RGB

 RED value IS 182 (71.48% from 255) = 56%

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

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

R = 56%
G = 15.38%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B6325D (or 0xB6325D) is known color: Rouge. HEX triplet: B6, 32 and 5D. RGB value is (182,50,93). Sum of RGB (Red+Green+Blue) = 182+50+93=325 (43% of max value = 765). Red value is 182 (71.48% from 255 or 56% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 182 - color contains mainly: red. Hex color #B6325D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6325D is #49CDA2. Grayscale: #5E5E5E. Windows color (decimal): -4836771 or 6107830. OLE color: 6107830.

HSL color Cylindrical-coordinate representation of color #B6325D: hue angle of 340.45º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B6325D is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 50 93 -
CMYK 0 0.73 0.49 0.29
HSL 340.45º 0.57% 0.45% -
HSV(B) 340.45º 0.73% 0.71% -
XYZ 22.41 13.02 11.69 -
YUV 94.37 127.23 190.5 -
System Red Green Blue C M Y K H S L
Decimal 182 50 93 0 0.73 0.49 0.29 340.45 0.57 0.45
Hex B6 32 5D 0 49 31 1D 154 39 2D
Octal 266 62 135 0 111 61 35 524 71 55
Binary 10110110 110010 1011101 0 1001001 110001 11101 101010100 111001 101101

Color Harmonies of #B6325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6325D

Black with #B6325D

Text Example


Text Example

White with #B6325D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6325D; }

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

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

background-color css

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

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

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

border-color css

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

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

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