#B3275D

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

Shades of Old Rose #B3275D

Tints of Old Rose #B3275D

Color information

#B3275D (or 0xB3275D) is unknown color: approx Old Rose. HEX triplet: B3, 27 and 5D. RGB value is (179,39,93). Sum of RGB (Red+Green+Blue) = 179+39+93=311 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.56% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 179 - color contains mainly: red. Hex color #B3275D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3275D is #4CD8A2. Grayscale: #565656. Windows color (decimal): -5036195 or 6105011. OLE color: 6105011.

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

Color convert

RGB1793993-
CMYK00.780.480.30
HSL336.86º64.22%42.75%-
HSV(B)336.86º78.21%70.2%-
XYZ21.2911.8311.52-
YUV87.02131.38193.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.56%
GREEN value IS 39 (15.62% from 255) = 12.54%
BLUE value IS 93 (36.72% from 255) = 29.90%
R=57.56%
G=12.54%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179399300.780.480.30336.8664.2242.75
HexB3275D04E301E151402b
Octal263471350116603652110053
Binary10110011100111101110101001110110000111101010100011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3275D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3275D; }

 p { color: rgb(179,39,93); }

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

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

 a { background-color: rgb(179,39,93); }

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

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

 span { border-color: rgb(179,39,93); }

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