#B3334B

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

Shades of Old Rose #B3334B

Tints of Old Rose #B3334B

Color information

#B3334B (or 0xB3334B) is unknown color: approx Old Rose. HEX triplet: B3, 33 and 4B. RGB value is (179,51,75). Sum of RGB (Red+Green+Blue) = 179+51+75=305 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.69% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 179 - color contains mainly: red. Hex color #B3334B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3334B is #4CCCB4. Grayscale: #5C5C5C. Windows color (decimal): -5033141 or 4928435. OLE color: 4928435.

HSL color Cylindrical-coordinate representation of color #B3334B: hue angle of 348.75º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B3334B is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB1795175-
CMYK00.720.580.30
HSL348.75º55.65%45.1%-
HSV(B)348.75º71.51%70.2%-
XYZ21.0412.467.95-
YUV92.01118.41190.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 58.69%
GREEN value IS 51 (20.31% from 255) = 16.72%
BLUE value IS 75 (29.69% from 255) = 24.59%
R=58.69%
G=16.72%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179517500.720.580.30348.7555.6545.1
HexB3334B0483A1E15d382d
Octal26363113011072365357055
Binary1011001111001110010110100100011101011110101011101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3334B; }

 p { color: rgb(179,51,75); }

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

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

 a { background-color: rgb(179,51,75); }

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

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

 span { border-color: rgb(179,51,75); }

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