Html Css Color HEX #B53C62 Rouge

📋 copy color: '#B53C62'

red 181 ◦ green 60 ◦ blue 98

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

Shades of Rouge #B53C62

Tints of Rouge #B53C62

RGB

 RED value IS 181 (71.09% from 255) = 53.39%

 GREEN value IS 60 (23.83% from 255) = 17.7%

 BLUE value IS 98 (38.67% from 255) = 28.91%

R = 53.39%
G = 17.7%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B53C62 (or 0xB53C62) is known color: Rouge. HEX triplet: B5, 3C and 62. RGB value is (181,60,98). Sum of RGB (Red+Green+Blue) = 181+60+98=339 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.39% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53C62 is #4AC39D. Grayscale: #646464. Windows color (decimal): -4899742 or 6438069. OLE color: 6438069.

HSL color Cylindrical-coordinate representation of color #B53C62: hue angle of 341.16º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B53C62 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 60 98 -
CMYK 0 0.67 0.46 0.29
HSL 341.16º 0.5% 0.47% -
HSV(B) 341.16º 0.67% 0.71% -
XYZ 22.88 13.94 13.04 -
YUV 100.51 126.59 185.41 -
System Red Green Blue C M Y K H S L
Decimal 181 60 98 0 0.67 0.46 0.29 341.16 0.5 0.47
Hex B5 3C 62 0 43 2E 1D 155 32 2F
Octal 265 74 142 0 103 56 35 525 62 57
Binary 10110101 111100 1100010 0 1000011 101110 11101 101010101 110010 101111

Color Harmonies of #B53C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53C62

Black with #B53C62

Text Example


Text Example

White with #B53C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53C62; }

 p { color: rgb(181,60,98); }

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

background-color css

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

 a { background-color: rgb(181,60,98); }

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

border-color css

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

 span { border-color: rgb(181,60,98); }

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