Html Css Color HEX #B72C6C Rouge

📋 copy color: '#B72C6C'

red 183 ◦ green 44 ◦ blue 108

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

Shades of Rouge #B72C6C

Tints of Rouge #B72C6C

RGB

 RED value IS 183 (71.88% from 255) = 54.63%

 GREEN value IS 44 (17.58% from 255) = 13.13%

 BLUE value IS 108 (42.58% from 255) = 32.24%

R = 54.63%
G = 13.13%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B72C6C (or 0xB72C6C) is known color: Rouge. HEX triplet: B7, 2C and 6C. RGB value is (183,44,108). Sum of RGB (Red+Green+Blue) = 183+44+108=335 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.63% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72C6C is #48D393. Grayscale: #5C5C5C. Windows color (decimal): -4772756 or 7089335. OLE color: 7089335.

HSL color Cylindrical-coordinate representation of color #B72C6C: hue angle of 332.37º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B72C6C is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 44 108 -
CMYK 0 0.76 0.41 0.28
HSL 332.37º 0.61% 0.45% -
HSV(B) 332.37º 0.76% 0.72% -
XYZ 23.14 12.95 15.47 -
YUV 92.86 136.55 192.3 -
System Red Green Blue C M Y K H S L
Decimal 183 44 108 0 0.76 0.41 0.28 332.37 0.61 0.45
Hex B7 2C 6C 0 4C 29 1C 14C 3D 2D
Octal 267 54 154 0 114 51 34 514 75 55
Binary 10110111 101100 1101100 0 1001100 101001 11100 101001100 111101 101101

Color Harmonies of #B72C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72C6C

Black with #B72C6C

Text Example


Text Example

White with #B72C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72C6C; }

 p { color: rgb(183,44,108); }

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

background-color css

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

 a { background-color: rgb(183,44,108); }

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

border-color css

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

 span { border-color: rgb(183,44,108); }

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