#B33A4A

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

Shades of Old Rose #B33A4A

Tints of Old Rose #B33A4A

Color information

#B33A4A (or 0xB33A4A) is unknown color: approx Old Rose. HEX triplet: B3, 3A and 4A. RGB value is (179,58,74). Sum of RGB (Red+Green+Blue) = 179+58+74=311 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.56% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33A4A is #4CC5B5. Grayscale: #606060. Windows color (decimal): -5031350 or 4864691. OLE color: 4864691.

HSL color Cylindrical-coordinate representation of color #B33A4A: hue angle of 352.07º 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 #B33A4A is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB1795874-
CMYK00.680.590.30
HSL352.07º51.05%46.47%-
HSV(B)352.07º67.6%70.2%-
XYZ21.3413.17.88-
YUV96115.59187.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.56%
GREEN value IS 58 (23.05% from 255) = 18.65%
BLUE value IS 74 (29.30% from 255) = 23.79%
R=57.56%
G=18.65%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179587400.680.590.30352.0751.0546.47
HexB33A4A0443B1E160332e
Octal26372112010473365406356
Binary1011001111101010010100100010011101111110101100000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33A4A; }

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

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

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

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

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

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

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

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