Html Css Color HEX #B53262 Rouge

📋 copy color: '#B53262'

red 181 ◦ green 50 ◦ blue 98

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

Shades of Rouge #B53262

Tints of Rouge #B53262

RGB

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

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

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

R = 55.02%
G = 15.2%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B53262 (or 0xB53262) is known color: Rouge. HEX triplet: B5, 32 and 62. RGB value is (181,50,98). Sum of RGB (Red+Green+Blue) = 181+50+98=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B53262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53262 is #4ACD9D. Grayscale: #5E5E5E. Windows color (decimal): -4902302 or 6435509. OLE color: 6435509.

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

Color convert

RGB 181 50 98 -
CMYK 0 0.72 0.46 0.29
HSL 338.02º 0.57% 0.45% -
HSV(B) 338.02º 0.72% 0.71% -
XYZ 22.4 12.99 12.88 -
YUV 94.64 129.9 189.6 -
System Red Green Blue C M Y K H S L
Decimal 181 50 98 0 0.72 0.46 0.29 338.02 0.57 0.45
Hex B5 32 62 0 48 2E 1D 152 39 2D
Octal 265 62 142 0 110 56 35 522 71 55
Binary 10110101 110010 1100010 0 1001000 101110 11101 101010010 111001 101101

Color Harmonies of #B53262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53262

Black with #B53262

Text Example


Text Example

White with #B53262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53262; }

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

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

background-color css

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

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

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

border-color css

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

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

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