#B33A4D

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

Shades of Old Rose #B33A4D

Tints of Old Rose #B33A4D

Color information

#B33A4D (or 0xB33A4D) is unknown color: approx Old Rose. HEX triplet: B3, 3A and 4D. RGB value is (179,58,77). Sum of RGB (Red+Green+Blue) = 179+58+77=314 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.01% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33A4D is #4CC5B2. Grayscale: #606060. Windows color (decimal): -5031347 or 5061299. OLE color: 5061299.

HSL color Cylindrical-coordinate representation of color #B33A4D: hue angle of 350.58º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B33A4D is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB1795877-
CMYK00.680.570.30
HSL350.58º51.05%46.47%-
HSV(B)350.58º67.6%70.2%-
XYZ21.4413.158.43-
YUV96.35117.09186.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.01%
GREEN value IS 58 (23.05% from 255) = 18.47%
BLUE value IS 77 (30.47% from 255) = 24.52%
R=57.01%
G=18.47%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179587700.680.570.30350.5851.0546.47
HexB33A4D044391E15f332e
Octal26372115010471365376356
Binary1011001111101010011010100010011100111110101011111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33A4D; }

 p { color: rgb(179,58,77); }

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

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

 a { background-color: rgb(179,58,77); }

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

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

 span { border-color: rgb(179,58,77); }

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