Html Css Color HEX #B6325C Rouge

📋 copy color: '#B6325C'

red 182 ◦ green 50 ◦ blue 92

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

Shades of Rouge #B6325C

Tints of Rouge #B6325C

RGB

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

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

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

R = 56.17%
G = 15.43%
B = 28.4%

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

#B6325C (or 0xB6325C) is known color: Rouge. HEX triplet: B6, 32 and 5C. RGB value is (182,50,92). Sum of RGB (Red+Green+Blue) = 182+50+92=324 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.17% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 182 - color contains mainly: red. Hex color #B6325C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6325C is #49CDA3. Grayscale: #5E5E5E. Windows color (decimal): -4836772 or 6042294. OLE color: 6042294.

HSL color Cylindrical-coordinate representation of color #B6325C: hue angle of 340.91º 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 #B6325C is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 50 92 -
CMYK 0 0.73 0.49 0.29
HSL 340.91º 0.57% 0.45% -
HSV(B) 340.91º 0.73% 0.71% -
XYZ 22.36 13 11.46 -
YUV 94.26 126.73 190.58 -
System Red Green Blue C M Y K H S L
Decimal 182 50 92 0 0.73 0.49 0.29 340.91 0.57 0.45
Hex B6 32 5C 0 49 31 1D 155 39 2D
Octal 266 62 134 0 111 61 35 525 71 55
Binary 10110110 110010 1011100 0 1001001 110001 11101 101010101 111001 101101

Color Harmonies of #B6325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6325C

Black with #B6325C

Text Example


Text Example

White with #B6325C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6325C; }

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

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

background-color css

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

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

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

border-color css

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

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

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