Html Css Color HEX #B53453 Old Rose

📋 copy color: '#B53453'

red 181 ◦ green 52 ◦ blue 83

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

Shades of Old Rose #B53453

Tints of Old Rose #B53453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.27%

R = 57.28%
G = 16.46%
B = 26.27%

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

#B53453 (or 0xB53453) is known color: Old Rose. HEX triplet: B5, 34 and 53. RGB value is (181,52,83). Sum of RGB (Red+Green+Blue) = 181+52+83=316 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.28% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 181 - color contains mainly: red. Hex color #B53453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53453 is #4ACBAC. Grayscale: #5E5E5E. Windows color (decimal): -4901805 or 5452981. OLE color: 5452981.

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

Color convert

RGB 181 52 83 -
CMYK 0 0.71 0.54 0.29
HSL 345.58º 0.55% 0.46% -
HSV(B) 345.58º 0.71% 0.71% -
XYZ 21.85 12.9 9.52 -
YUV 94.11 121.74 189.98 -
System Red Green Blue C M Y K H S L
Decimal 181 52 83 0 0.71 0.54 0.29 345.58 0.55 0.46
Hex B5 34 53 0 47 36 1D 15A 37 2E
Octal 265 64 123 0 107 66 35 532 67 56
Binary 10110101 110100 1010011 0 1000111 110110 11101 101011010 110111 101110

Color Harmonies of #B53453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53453

Black with #B53453

Text Example


Text Example

White with #B53453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53453; }

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

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

background-color css

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

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

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

border-color css

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

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

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