Html Css Color HEX #B53A5E Rouge

📋 copy color: '#B53A5E'

red 181 ◦ green 58 ◦ blue 94

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

Shades of Rouge #B53A5E

Tints of Rouge #B53A5E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.42%

 BLUE value IS 94 (37.11% from 255) = 28.23%

R = 54.35%
G = 17.42%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B53A5E (or 0xB53A5E) is known color: Rouge. HEX triplet: B5, 3A and 5E. RGB value is (181,58,94). Sum of RGB (Red+Green+Blue) = 181+58+94=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53A5E is #4AC5A1. Grayscale: #626262. Windows color (decimal): -4900258 or 6175413. OLE color: 6175413.

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

Color convert

RGB 181 58 94 -
CMYK 0 0.68 0.48 0.29
HSL 342.44º 0.51% 0.47% -
HSV(B) 342.44º 0.68% 0.71% -
XYZ 22.59 13.66 12.04 -
YUV 98.88 125.25 186.57 -
System Red Green Blue C M Y K H S L
Decimal 181 58 94 0 0.68 0.48 0.29 342.44 0.51 0.47
Hex B5 3A 5E 0 44 30 1D 156 33 2F
Octal 265 72 136 0 104 60 35 526 63 57
Binary 10110101 111010 1011110 0 1000100 110000 11101 101010110 110011 101111

Color Harmonies of #B53A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53A5E

Black with #B53A5E

Text Example


Text Example

White with #B53A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53A5E; }

 p { color: rgb(181,58,94); }

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

background-color css

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

 a { background-color: rgb(181,58,94); }

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

border-color css

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

 span { border-color: rgb(181,58,94); }

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