#B13A42

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

Shades of Old Rose #B13A42

Tints of Old Rose #B13A42

Color information

#B13A42 (or 0xB13A42) is unknown color: approx Old Rose. HEX triplet: B1, 3A and 42. RGB value is (177,58,66). Sum of RGB (Red+Green+Blue) = 177+58+66=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13A42 is #4EC5BD. Grayscale: #5E5E5E. Windows color (decimal): -5162430 or 4340401. OLE color: 4340401.

HSL color Cylindrical-coordinate representation of color #B13A42: hue angle of 355.97º 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 #B13A42 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB1775866-
CMYK00.670.630.31
HSL355.97º50.64%46.08%-
HSV(B)355.97º67.23%69.41%-
XYZ20.6312.776.53-
YUV94.49111.92186.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.80%
GREEN value IS 58 (23.05% from 255) = 19.27%
BLUE value IS 66 (26.17% from 255) = 21.93%
R=58.80%
G=19.27%
B=21.93%

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
Decimal177586600.670.630.31355.9750.6446.08
HexB13A420433F1F164332e
Octal26172102010377375446356
Binary1011000111101010000100100001111111111111101100100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13A42; }

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

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

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

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

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

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

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

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