Html Css Color HEX #B53B5B Rouge

📋 copy color: '#B53B5B'

red 181 ◦ green 59 ◦ blue 91

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

Shades of Rouge #B53B5B

Tints of Rouge #B53B5B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.82%

 BLUE value IS 91 (35.94% from 255) = 27.49%

R = 54.68%
G = 17.82%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B53B5B (or 0xB53B5B) is known color: Rouge. HEX triplet: B5, 3B and 5B. RGB value is (181,59,91). Sum of RGB (Red+Green+Blue) = 181+59+91=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B53B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53B5B is #4AC4A4. Grayscale: #636363. Windows color (decimal): -4900005 or 5979061. OLE color: 5979061.

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

Color convert

RGB 181 59 91 -
CMYK 0 0.67 0.50 0.29
HSL 344.26º 0.51% 0.47% -
HSV(B) 344.26º 0.67% 0.71% -
XYZ 22.51 13.71 11.36 -
YUV 99.13 123.42 186.4 -
System Red Green Blue C M Y K H S L
Decimal 181 59 91 0 0.67 0.50 0.29 344.26 0.51 0.47
Hex B5 3B 5B 0 43 32 1D 158 33 2F
Octal 265 73 133 0 103 62 35 530 63 57
Binary 10110101 111011 1011011 0 1000011 110010 11101 101011000 110011 101111

Color Harmonies of #B53B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53B5B

Black with #B53B5B

Text Example


Text Example

White with #B53B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53B5B; }

 p { color: rgb(181,59,91); }

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

background-color css

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

 a { background-color: rgb(181,59,91); }

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

border-color css

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

 span { border-color: rgb(181,59,91); }

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