#B13345

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

Shades of Old Rose #B13345

Tints of Old Rose #B13345

Color information

#B13345 (or 0xB13345) is unknown color: approx Old Rose. HEX triplet: B1, 33 and 45. RGB value is (177,51,69). Sum of RGB (Red+Green+Blue) = 177+51+69=297 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.60% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 177 - color contains mainly: red. Hex color #B13345 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13345 is #4ECCBA. Grayscale: #5A5A5A. Windows color (decimal): -5164219 or 4535217. OLE color: 4535217.

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

Color convert

RGB1775169-
CMYK00.710.610.31
HSL351.43º55.26%44.71%-
HSV(B)351.43º71.19%69.41%-
XYZ20.3912.146.9-
YUV90.73115.74189.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59.60%
GREEN value IS 51 (20.31% from 255) = 17.17%
BLUE value IS 69 (27.34% from 255) = 23.23%
R=59.60%
G=17.17%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177516900.710.610.31351.4355.2644.71
HexB133450473D1F15f372d
Octal26163105010775375376755
Binary1011000111001110001010100011111110111111101011111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13345; }

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

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

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

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

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

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

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

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