#B01A48

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

Shades of Old Rose #B01A48

Tints of Old Rose #B01A48

Color information

#B01A48 (or 0xB01A48) is unknown color: approx Old Rose. HEX triplet: B0, 1A and 48. RGB value is (176,26,72). Sum of RGB (Red+Green+Blue) = 176+26+72=274 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.23% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 72 (28.52% from 255 or 26.28% from 274); Max value from RGB is 176 - color contains mainly: red. Hex color #B01A48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01A48 is #4FE5B7. Grayscale: #4C4C4C. Windows color (decimal): -5236152 or 4725424. OLE color: 4725424.

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

Color convert

RGB1762672-
CMYK00.850.590.31
HSL341.6º74.26%39.61%-
HSV(B)341.6º85.23%69.02%-
XYZ19.4410.447.12-
YUV76.09125.7199.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 64.23%
GREEN value IS 26 (10.55% from 255) = 9.49%
BLUE value IS 72 (28.52% from 255) = 26.28%
R=64.23%
G=9.49%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176267200.850.590.31341.674.2639.61
HexB01A480553B1F1564a28
Octal260321100125733752611250
Binary1011000011010100100001010101111011111111010101101001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01A48; }

 p { color: rgb(176,26,72); }

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

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

 a { background-color: rgb(176,26,72); }

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

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

 span { border-color: rgb(176,26,72); }

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