#b12e3f

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

Shades of Old Rose #B12E3F

Tints of Old Rose #B12E3F

Color information

#B12E3F (or 0xB12E3F) is unknown color: approx Old Rose. HEX triplet: B1, 2E and 3F. RGB value is (177,46,63). Sum of RGB (Red+Green+Blue) = 177+46+63=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12E3F is #4ED1C0. Grayscale: #575757. Windows color (decimal): -5165505 or 4140721. OLE color: 4140721.

HSL color Cylindrical-coordinate representation of color #B12E3F: hue angle of 352.21º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B12E3F is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB1774663-
CMYK00.740.640.31
HSL352.21º58.74%43.73%-
HSV(B)352.21º74.01%69.41%-
XYZ20.0111.665.9-
YUV87.11114.4192.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.89%
GREEN value IS 46 (18.36% from 255) = 16.08%
BLUE value IS 63 (25% from 255) = 22.03%
R=61.89%
G=16.08%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177466300.740.640.31352.2158.7443.73
HexB12E3F04A401F1603b2c
Octal26156770112100375407354
Binary1011000110111011111101001010100000011111101100000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b12e3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b12e3f; }

 p { color: rgb(177,46,63); }

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

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

 a { background-color: rgb(177,46,63); }

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

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

 span { border-color: rgb(177,46,63); }

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