#B13C45

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

Shades of Old Rose #B13C45

Tints of Old Rose #B13C45

Color information

#B13C45 (or 0xB13C45) is unknown color: approx Old Rose. HEX triplet: B1, 3C and 45. RGB value is (177,60,69). Sum of RGB (Red+Green+Blue) = 177+60+69=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13C45 is #4EC3BA. Grayscale: #606060. Windows color (decimal): -5161915 or 4537521. OLE color: 4537521.

HSL color Cylindrical-coordinate representation of color #B13C45: hue angle of 355.38º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B13C45 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB1776069-
CMYK00.660.610.31
HSL355.38º49.37%46.47%-
HSV(B)355.38º66.1%69.41%-
XYZ20.8213.017.04-
YUV96.01112.76185.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.84%
GREEN value IS 60 (23.83% from 255) = 19.61%
BLUE value IS 69 (27.34% from 255) = 22.55%
R=57.84%
G=19.61%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177606900.660.610.31355.3849.3746.47
HexB13C450423D1F163312e
Octal26174105010275375436156
Binary1011000111110010001010100001011110111111101100011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13C45; }

 p { color: rgb(177,60,69); }

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

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

 a { background-color: rgb(177,60,69); }

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

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

 span { border-color: rgb(177,60,69); }

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