Html Css Color HEX #B53454 Old Rose

📋 copy color: '#B53454'

red 181 ◦ green 52 ◦ blue 84

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

Shades of Old Rose #B53454

Tints of Old Rose #B53454

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.4%

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

R = 57.1%
G = 16.4%
B = 26.5%

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

#B53454 (or 0xB53454) is known color: Old Rose. HEX triplet: B5, 34 and 54. RGB value is (181,52,84). Sum of RGB (Red+Green+Blue) = 181+52+84=317 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.10% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 84 (33.20% from 255 or 26.50% from 317); Max value from RGB is 181 - color contains mainly: red. Hex color #B53454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53454 is #4ACBAB. Grayscale: #5E5E5E. Windows color (decimal): -4901804 or 5518517. OLE color: 5518517.

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

Color convert

RGB 181 52 84 -
CMYK 0 0.71 0.54 0.29
HSL 345.12º 0.55% 0.46% -
HSV(B) 345.12º 0.71% 0.71% -
XYZ 21.88 12.92 9.73 -
YUV 94.22 122.24 189.9 -
System Red Green Blue C M Y K H S L
Decimal 181 52 84 0 0.71 0.54 0.29 345.12 0.55 0.46
Hex B5 34 54 0 47 36 1D 159 37 2E
Octal 265 64 124 0 107 66 35 531 67 56
Binary 10110101 110100 1010100 0 1000111 110110 11101 101011001 110111 101110

Color Harmonies of #B53454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53454

Black with #B53454

Text Example


Text Example

White with #B53454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53454; }

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

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

background-color css

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

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

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

border-color css

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

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

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