#B33341

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

Shades of Old Rose #B33341

Tints of Old Rose #B33341

Color information

#B33341 (or 0xB33341) is unknown color: approx Old Rose. HEX triplet: B3, 33 and 41. RGB value is (179,51,65). Sum of RGB (Red+Green+Blue) = 179+51+65=295 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.68% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 179 - color contains mainly: red. Hex color #B33341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33341 is #4CCCBE. Grayscale: #5A5A5A. Windows color (decimal): -5033151 or 4273075. OLE color: 4273075.

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

Color convert

RGB1795165-
CMYK00.720.640.30
HSL353.44º55.65%45.1%-
HSV(B)353.44º71.51%70.2%-
XYZ20.7312.336.29-
YUV90.87113.41190.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 60.68%
GREEN value IS 51 (20.31% from 255) = 17.29%
BLUE value IS 65 (25.78% from 255) = 22.03%
R=60.68%
G=17.29%
B=22.03%

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
Decimal179516500.720.640.30353.4455.6545.1
HexB33341048401E161382d
Octal263631010110100365417055
Binary10110011110011100000101001000100000011110101100001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33341; }

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

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

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

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

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

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

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

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