#B6354B

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

Shades of Old Rose #B6354B

Tints of Old Rose #B6354B

Color information

#B6354B (or 0xB6354B) is unknown color: approx Old Rose. HEX triplet: B6, 35 and 4B. RGB value is (182,53,75). Sum of RGB (Red+Green+Blue) = 182+53+75=310 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.71% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 182 - color contains mainly: red. Hex color #B6354B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6354B is #49CAB4. Grayscale: #5E5E5E. Windows color (decimal): -4836021 or 4928950. OLE color: 4928950.

HSL color Cylindrical-coordinate representation of color #B6354B: hue angle of 349.77º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B6354B is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB1825375-
CMYK00.710.590.29
HSL349.77º54.89%46.08%-
HSV(B)349.77º70.88%71.37%-
XYZ21.83138.01-
YUV94.08117.24190.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.71%
GREEN value IS 53 (21.09% from 255) = 17.10%
BLUE value IS 75 (29.69% from 255) = 24.19%
R=58.71%
G=17.10%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182537500.710.590.29349.7754.8946.08
HexB6354B0473B1D15e372e
Octal26665113010773355366756
Binary1011011011010110010110100011111101111101101011110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6354B; }

 p { color: rgb(182,53,75); }

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

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

 a { background-color: rgb(182,53,75); }

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

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

 span { border-color: rgb(182,53,75); }

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