Html Css Color HEX #B5305D Rouge

📋 copy color: '#B5305D'

red 181 ◦ green 48 ◦ blue 93

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

Shades of Rouge #B5305D

Tints of Rouge #B5305D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.91%

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

R = 56.21%
G = 14.91%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B5305D (or 0xB5305D) is known color: Rouge. HEX triplet: B5, 30 and 5D. RGB value is (181,48,93). Sum of RGB (Red+Green+Blue) = 181+48+93=322 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.21% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 181 - color contains mainly: red. Hex color #B5305D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5305D is #4ACFA2. Grayscale: #5C5C5C. Windows color (decimal): -4902819 or 6107317. OLE color: 6107317.

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

Color convert

RGB 181 48 93 -
CMYK 0 0.73 0.49 0.29
HSL 339.7º 0.58% 0.45% -
HSV(B) 339.7º 0.73% 0.71% -
XYZ 22.09 12.73 11.65 -
YUV 92.9 128.06 190.84 -
System Red Green Blue C M Y K H S L
Decimal 181 48 93 0 0.73 0.49 0.29 339.7 0.58 0.45
Hex B5 30 5D 0 49 31 1D 154 3A 2D
Octal 265 60 135 0 111 61 35 524 72 55
Binary 10110101 110000 1011101 0 1001001 110001 11101 101010100 111010 101101

Color Harmonies of #B5305D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5305D

Black with #B5305D

Text Example


Text Example

White with #B5305D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5305D; }

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

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

background-color css

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

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

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

border-color css

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

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

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