#B12641

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

Shades of Old Rose #B12641

Tints of Old Rose #B12641

Color information

#B12641 (or 0xB12641) is unknown color: approx Old Rose. HEX triplet: B1, 26 and 41. RGB value is (177,38,65). Sum of RGB (Red+Green+Blue) = 177+38+65=280 (37% of max value = 765). Red value is 177 (69.53% from 255 or 63.21% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 177 - color contains mainly: red. Hex color #B12641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12641 is #4ED9BE. Grayscale: #525252. Windows color (decimal): -5167551 or 4269745. OLE color: 4269745.

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

Color convert

RGB1773865-
CMYK00.790.630.31
HSL348.35º64.65%42.16%-
HSV(B)348.35º78.53%69.41%-
XYZ19.7811.116.1-
YUV82.64118.05195.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 63.21%
GREEN value IS 38 (15.23% from 255) = 13.57%
BLUE value IS 65 (25.78% from 255) = 23.21%
R=63.21%
G=13.57%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177386500.790.630.31348.3564.6542.16
HexB1264104F3F1F15c412a
Octal261461010117773753410152
Binary10110001100110100000101001111111111111111010111001000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12641; }

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

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

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

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

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

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

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

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