#B33041

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

Shades of Old Rose #B33041

Tints of Old Rose #B33041

Color information

#B33041 (or 0xB33041) is unknown color: approx Old Rose. HEX triplet: B3, 30 and 41. RGB value is (179,48,65). Sum of RGB (Red+Green+Blue) = 179+48+65=292 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.30% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 179 - color contains mainly: red. Hex color #B33041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33041 is #4CCFBE. Grayscale: #595959. Windows color (decimal): -5033919 or 4272307. OLE color: 4272307.

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

Color convert

RGB1794865-
CMYK00.730.640.30
HSL352.21º57.71%44.51%-
HSV(B)352.21º73.18%70.2%-
XYZ20.612.086.25-
YUV89.11114.4192.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 61.30%
GREEN value IS 48 (19.14% from 255) = 16.44%
BLUE value IS 65 (25.78% from 255) = 22.26%
R=61.30%
G=16.44%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179486500.730.640.30352.2157.7144.51
HexB33041049401E1603a2d
Octal263601010111100365407255
Binary10110011110000100000101001001100000011110101100000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33041; }

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

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

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

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

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

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

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

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