#B63053

Color #B63053 Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #B63053

Tints of Old Rose #B63053

Color information

#B63053 (or 0xB63053) is unknown color: approx Old Rose. HEX triplet: B6, 30 and 53. RGB value is (182,48,83). Sum of RGB (Red+Green+Blue) = 182+48+83=313 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.15% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 83 (32.81% from 255 or 26.52% from 313); Max value from RGB is 182 - color contains mainly: red. Hex color #B63053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63053 is #49CFAC. Grayscale: #5C5C5C. Windows color (decimal): -4837293 or 5451958. OLE color: 5451958.

HSL color Cylindrical-coordinate representation of color #B63053: hue angle of 344.33º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B63053 is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB1824883-
CMYK00.740.540.29
HSL344.33º58.26%45.1%-
HSV(B)344.33º73.63%71.37%-
XYZ21.9112.689.48-
YUV92.06122.89192.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.15%
GREEN value IS 48 (19.14% from 255) = 15.34%
BLUE value IS 83 (32.81% from 255) = 26.52%
R=58.15%
G=15.34%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182488300.740.540.29344.3358.2645.1
HexB6305304A361D1583a2d
Octal26660123011266355307255
Binary1011011011000010100110100101011011011101101011000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63053; }

 p { color: rgb(182,48,83); }

 H1.HeaderClassName
 {
   color: #B63053;
 }
 .AnyTagClassName
 {
   color: #B63053;
 }
</style>
background-color css

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

 a { background-color: rgb(182,48,83); }

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

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

 span { border-color: rgb(182,48,83); }

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