#B33C43

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

Shades of Old Rose #B33C43

Tints of Old Rose #B33C43

Color information

#B33C43 (or 0xB33C43) is unknown color: approx Old Rose. HEX triplet: B3, 3C and 43. RGB value is (179,60,67). Sum of RGB (Red+Green+Blue) = 179+60+67=306 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.50% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 67 (26.56% from 255 or 21.90% from 306); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33C43 is #4CC3BC. Grayscale: #606060. Windows color (decimal): -5030845 or 4406451. OLE color: 4406451.

HSL color Cylindrical-coordinate representation of color #B33C43: hue angle of 356.47º degrees, saturation: 0.5, 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 #B33C43 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB1796067-
CMYK00.660.630.30
HSL356.47º49.79%46.86%-
HSV(B)356.47º66.48%70.2%-
XYZ21.2213.226.74-
YUV96.38111.42186.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 58.50%
GREEN value IS 60 (23.83% from 255) = 19.61%
BLUE value IS 67 (26.56% from 255) = 21.90%
R=58.50%
G=19.61%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179606700.660.630.30356.4749.7946.86
HexB33C430423F1E164322f
Octal26374103010277365446257
Binary1011001111110010000110100001011111111110101100100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33C43; }

 p { color: rgb(179,60,67); }

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

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

 a { background-color: rgb(179,60,67); }

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

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

 span { border-color: rgb(179,60,67); }

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