Html Css Color HEX #B53565 Rouge

📋 copy color: '#B53565'

red 181 ◦ green 53 ◦ blue 101

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

Shades of Rouge #B53565

Tints of Rouge #B53565

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.82%

 BLUE value IS 101 (39.84% from 255) = 30.15%

R = 54.03%
G = 15.82%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B53565 (or 0xB53565) is known color: Rouge. HEX triplet: B5, 35 and 65. RGB value is (181,53,101). Sum of RGB (Red+Green+Blue) = 181+53+101=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B53565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53565 is #4ACA9A. Grayscale: #606060. Windows color (decimal): -4901531 or 6632885. OLE color: 6632885.

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

Color convert

RGB 181 53 101 -
CMYK 0 0.71 0.44 0.29
HSL 337.5º 0.55% 0.46% -
HSV(B) 337.5º 0.71% 0.71% -
XYZ 22.68 13.31 13.69 -
YUV 96.74 130.41 188.1 -
System Red Green Blue C M Y K H S L
Decimal 181 53 101 0 0.71 0.44 0.29 337.5 0.55 0.46
Hex B5 35 65 0 47 2C 1D 152 37 2E
Octal 265 65 145 0 107 54 35 522 67 56
Binary 10110101 110101 1100101 0 1000111 101100 11101 101010010 110111 101110

Color Harmonies of #B53565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53565

Black with #B53565

Text Example


Text Example

White with #B53565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53565; }

 p { color: rgb(181,53,101); }

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

background-color css

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

 a { background-color: rgb(181,53,101); }

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

border-color css

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

 span { border-color: rgb(181,53,101); }

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