Html Css Color HEX #B4366D Rouge

📋 copy color: '#B4366D'

red 180 ◦ green 54 ◦ blue 109

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

Shades of Rouge #B4366D

Tints of Rouge #B4366D

RGB

 RED value IS 180 (70.7% from 255) = 52.48%

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

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

R = 52.48%
G = 15.74%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B4366D (or 0xB4366D) is known color: Rouge. HEX triplet: B4, 36 and 6D. RGB value is (180,54,109). Sum of RGB (Red+Green+Blue) = 180+54+109=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B4366D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4366D is #4BC992. Grayscale: #616161. Windows color (decimal): -4966803 or 7157428. OLE color: 7157428.

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

Color convert

RGB 180 54 109 -
CMYK 0 0.7 0.39 0.29
HSL 333.81º 0.54% 0.46% -
HSV(B) 333.81º 0.7% 0.71% -
XYZ 22.9 13.45 15.86 -
YUV 97.94 134.24 186.53 -
System Red Green Blue C M Y K H S L
Decimal 180 54 109 0 0.7 0.39 0.29 333.81 0.54 0.46
Hex B4 36 6D 0 46 27 1D 14E 36 2E
Octal 264 66 155 0 106 47 35 516 66 56
Binary 10110100 110110 1101101 0 1000110 100111 11101 101001110 110110 101110

Color Harmonies of #B4366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4366D

Black with #B4366D

Text Example


Text Example

White with #B4366D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4366D; }

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

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

background-color css

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

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

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

border-color css

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

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

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