Html Css Color HEX #B53450 Old Rose

📋 copy color: '#B53450'

red 181 ◦ green 52 ◦ blue 80

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

Shades of Old Rose #B53450

Tints of Old Rose #B53450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.56%

R = 57.83%
G = 16.61%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B53450 (or 0xB53450) is known color: Old Rose. HEX triplet: B5, 34 and 50. RGB value is (181,52,80). Sum of RGB (Red+Green+Blue) = 181+52+80=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B53450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53450 is #4ACBAF. Grayscale: #5D5D5D. Windows color (decimal): -4901808 or 5256373. OLE color: 5256373.

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

Color convert

RGB 181 52 80 -
CMYK 0 0.71 0.56 0.29
HSL 346.98º 0.55% 0.46% -
HSV(B) 346.98º 0.71% 0.71% -
XYZ 21.73 12.86 8.93 -
YUV 93.76 120.24 190.22 -
System Red Green Blue C M Y K H S L
Decimal 181 52 80 0 0.71 0.56 0.29 346.98 0.55 0.46
Hex B5 34 50 0 47 38 1D 15B 37 2E
Octal 265 64 120 0 107 70 35 533 67 56
Binary 10110101 110100 1010000 0 1000111 111000 11101 101011011 110111 101110

Color Harmonies of #B53450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53450

Black with #B53450

Text Example


Text Example

White with #B53450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53450; }

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

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

background-color css

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

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

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

border-color css

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

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

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