Html Css Color HEX #B53554 Old Rose

📋 copy color: '#B53554'

red 181 ◦ green 53 ◦ blue 84

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

Shades of Old Rose #B53554

Tints of Old Rose #B53554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.42%

R = 56.92%
G = 16.67%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B53554 (or 0xB53554) is known color: Old Rose. HEX triplet: B5, 35 and 54. RGB value is (181,53,84). Sum of RGB (Red+Green+Blue) = 181+53+84=318 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.92% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 181 - color contains mainly: red. Hex color #B53554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53554 is #4ACAAB. Grayscale: #5E5E5E. Windows color (decimal): -4901548 or 5518773. OLE color: 5518773.

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

Color convert

RGB 181 53 84 -
CMYK 0 0.71 0.54 0.29
HSL 345.47º 0.55% 0.46% -
HSV(B) 345.47º 0.71% 0.71% -
XYZ 21.93 13.01 9.74 -
YUV 94.81 121.91 189.48 -
System Red Green Blue C M Y K H S L
Decimal 181 53 84 0 0.71 0.54 0.29 345.47 0.55 0.46
Hex B5 35 54 0 47 36 1D 159 37 2E
Octal 265 65 124 0 107 66 35 531 67 56
Binary 10110101 110101 1010100 0 1000111 110110 11101 101011001 110111 101110

Color Harmonies of #B53554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53554

Black with #B53554

Text Example


Text Example

White with #B53554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53554; }

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

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

background-color css

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

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

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

border-color css

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

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

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