#B13A41

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

Shades of Old Rose #B13A41

Tints of Old Rose #B13A41

Color information

#B13A41 (or 0xB13A41) is unknown color: approx Old Rose. HEX triplet: B1, 3A and 41. RGB value is (177,58,65). Sum of RGB (Red+Green+Blue) = 177+58+65=300 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13A41 is #4EC5BE. Grayscale: #5E5E5E. Windows color (decimal): -5162431 or 4274865. OLE color: 4274865.

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

Color convert

RGB1775865-
CMYK00.670.630.31
HSL356.47º50.64%46.08%-
HSV(B)356.47º67.23%69.41%-
XYZ20.612.756.38-
YUV94.38111.42186.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59%
GREEN value IS 58 (23.05% from 255) = 19.33%
BLUE value IS 65 (25.78% from 255) = 21.67%
R=59%
G=19.33%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177586500.670.630.31356.4750.6446.08
HexB13A410433F1F164332e
Octal26172101010377375446356
Binary1011000111101010000010100001111111111111101100100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13A41; }

 p { color: rgb(177,58,65); }

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

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

 a { background-color: rgb(177,58,65); }

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

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

 span { border-color: rgb(177,58,65); }

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