#B33D4B

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

Shades of Old Rose #B33D4B

Tints of Old Rose #B33D4B

Color information

#B33D4B (or 0xB33D4B) is unknown color: approx Old Rose. HEX triplet: B3, 3D and 4B. RGB value is (179,61,75). Sum of RGB (Red+Green+Blue) = 179+61+75=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B33D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33D4B is #4CC2B4. Grayscale: #616161. Windows color (decimal): -5030581 or 4930995. OLE color: 4930995.

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

Color convert

RGB1796175-
CMYK00.660.580.30
HSL352.88º49.17%47.06%-
HSV(B)352.88º65.92%70.2%-
XYZ21.5313.438.11-
YUV97.88115.09185.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 56.83%
GREEN value IS 61 (24.22% from 255) = 19.37%
BLUE value IS 75 (29.69% from 255) = 23.81%
R=56.83%
G=19.37%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179617500.660.580.30352.8849.1747.06
HexB33D4B0423A1E161312f
Octal26375113010272365416157
Binary1011001111110110010110100001011101011110101100001110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33D4B; }

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

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

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

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

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

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

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

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