#b33241

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

Shades of Old Rose #B33241

Tints of Old Rose #B33241

Color information

#B33241 (or 0xB33241) is unknown color: approx Old Rose. HEX triplet: B3, 32 and 41. RGB value is (179,50,65). Sum of RGB (Red+Green+Blue) = 179+50+65=294 (38% of max value = 765). Red value is 179 (70.31% from 255 or 60.88% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 179 - color contains mainly: red. Hex color #B33241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33241 is #4CCDBE. Grayscale: #5A5A5A. Windows color (decimal): -5033407 or 4272819. OLE color: 4272819.

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

Color convert

RGB1795065-
CMYK00.720.640.30
HSL353.02º56.33%44.9%-
HSV(B)353.02º72.07%70.2%-
XYZ20.6912.256.27-
YUV90.28113.74191.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 60.88%
GREEN value IS 50 (19.92% from 255) = 17.01%
BLUE value IS 65 (25.78% from 255) = 22.11%
R=60.88%
G=17.01%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179506500.720.640.30353.0256.3344.9
HexB33241048401E161382d
Octal263621010110100365417055
Binary10110011110010100000101001000100000011110101100001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b33241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b33241; }

 p { color: rgb(179,50,65); }

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

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

 a { background-color: rgb(179,50,65); }

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

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

 span { border-color: rgb(179,50,65); }

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