Html Css Color HEX #B6366D Rouge

📋 copy color: '#B6366D'

red 182 ◦ green 54 ◦ blue 109

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

Shades of Rouge #B6366D

Tints of Rouge #B6366D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.65%

 BLUE value IS 109 (42.97% from 255) = 31.59%

R = 52.75%
G = 15.65%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B6366D (or 0xB6366D) is known color: Rouge. HEX triplet: B6, 36 and 6D. RGB value is (182,54,109). Sum of RGB (Red+Green+Blue) = 182+54+109=345 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.75% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 182 - color contains mainly: red. Hex color #B6366D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6366D is #49C992. Grayscale: #626262. Windows color (decimal): -4835731 or 7157430. OLE color: 7157430.

HSL color Cylindrical-coordinate representation of color #B6366D: hue angle of 334.22º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B6366D is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 54 109 -
CMYK 0 0.70 0.40 0.29
HSL 334.22º 0.54% 0.46% -
HSV(B) 334.22º 0.7% 0.71% -
XYZ 23.37 13.69 15.88 -
YUV 98.54 133.91 187.53 -
System Red Green Blue C M Y K H S L
Decimal 182 54 109 0 0.70 0.40 0.29 334.22 0.54 0.46
Hex B6 36 6D 0 46 28 1D 14E 36 2E
Octal 266 66 155 0 106 50 35 516 66 56
Binary 10110110 110110 1101101 0 1000110 101000 11101 101001110 110110 101110

Color Harmonies of #B6366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6366D

Black with #B6366D

Text Example


Text Example

White with #B6366D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6366D; }

 p { color: rgb(182,54,109); }

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

background-color css

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

 a { background-color: rgb(182,54,109); }

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

border-color css

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

 span { border-color: rgb(182,54,109); }

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