Html Css Color HEX #B53263 Rouge

📋 copy color: '#B53263'

red 181 ◦ green 50 ◦ blue 99

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

Shades of Rouge #B53263

Tints of Rouge #B53263

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.15%

 BLUE value IS 99 (39.06% from 255) = 30%

R = 54.85%
G = 15.15%
B = 30%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B53263 (or 0xB53263) is known color: Rouge. HEX triplet: B5, 32 and 63. RGB value is (181,50,99). Sum of RGB (Red+Green+Blue) = 181+50+99=330 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.85% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 99 (39.06% from 255 or 30% from 330); Max value from RGB is 181 - color contains mainly: red. Hex color #B53263 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53263 is #4ACD9C. Grayscale: #5E5E5E. Windows color (decimal): -4902301 or 6501045. OLE color: 6501045.

HSL color Cylindrical-coordinate representation of color #B53263: hue angle of 337.56º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B53263 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 50 99 -
CMYK 0 0.72 0.45 0.29
HSL 337.56º 0.57% 0.45% -
HSV(B) 337.56º 0.72% 0.71% -
XYZ 22.45 13.01 13.13 -
YUV 94.76 130.4 189.52 -
System Red Green Blue C M Y K H S L
Decimal 181 50 99 0 0.72 0.45 0.29 337.56 0.57 0.45
Hex B5 32 63 0 48 2D 1D 152 39 2D
Octal 265 62 143 0 110 55 35 522 71 55
Binary 10110101 110010 1100011 0 1001000 101101 11101 101010010 111001 101101

Color Harmonies of #B53263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53263

Black with #B53263

Text Example


Text Example

White with #B53263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53263; }

 p { color: rgb(181,50,99); }

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

background-color css

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

 a { background-color: rgb(181,50,99); }

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

border-color css

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

 span { border-color: rgb(181,50,99); }

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