#B63048

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

Shades of Old Rose #B63048

Tints of Old Rose #B63048

Color information

#B63048 (or 0xB63048) is unknown color: approx Old Rose. HEX triplet: B6, 30 and 48. RGB value is (182,48,72). Sum of RGB (Red+Green+Blue) = 182+48+72=302 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.26% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 182 - color contains mainly: red. Hex color #B63048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63048 is #49CFB7. Grayscale: #5A5A5A. Windows color (decimal): -4837304 or 4731062. OLE color: 4731062.

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

Color convert

RGB1824872-
CMYK00.740.600.29
HSL349.25º58.26%45.1%-
HSV(B)349.25º73.63%71.37%-
XYZ21.5212.537.41-
YUV90.8117.39193.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 60.26%
GREEN value IS 48 (19.14% from 255) = 15.89%
BLUE value IS 72 (28.52% from 255) = 23.84%
R=60.26%
G=15.89%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182487200.740.600.29349.2558.2645.1
HexB6304804A3C1D15d3a2d
Octal26660110011274355357255
Binary1011011011000010010000100101011110011101101011101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63048; }

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

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

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

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

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

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

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

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