Html Css Color HEX #B53C5D Rouge

📋 copy color: '#B53C5D'

red 181 ◦ green 60 ◦ blue 93

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

Shades of Rouge #B53C5D

Tints of Rouge #B53C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.84%

R = 54.19%
G = 17.96%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B53C5D (or 0xB53C5D) is known color: Rouge. HEX triplet: B5, 3C and 5D. RGB value is (181,60,93). Sum of RGB (Red+Green+Blue) = 181+60+93=334 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.19% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53C5D is #4AC3A2. Grayscale: #636363. Windows color (decimal): -4899747 or 6110389. OLE color: 6110389.

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

Color convert

RGB 181 60 93 -
CMYK 0 0.67 0.49 0.29
HSL 343.64º 0.5% 0.47% -
HSV(B) 343.64º 0.67% 0.71% -
XYZ 22.65 13.85 11.83 -
YUV 99.94 124.09 185.82 -
System Red Green Blue C M Y K H S L
Decimal 181 60 93 0 0.67 0.49 0.29 343.64 0.5 0.47
Hex B5 3C 5D 0 43 31 1D 158 32 2F
Octal 265 74 135 0 103 61 35 530 62 57
Binary 10110101 111100 1011101 0 1000011 110001 11101 101011000 110010 101111

Color Harmonies of #B53C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53C5D

Black with #B53C5D

Text Example


Text Example

White with #B53C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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