#B6234C

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

Shades of Old Rose #B6234C

Tints of Old Rose #B6234C

Color information

#B6234C (or 0xB6234C) is unknown color: approx Old Rose. HEX triplet: B6, 23 and 4C. RGB value is (182,35,76). Sum of RGB (Red+Green+Blue) = 182+35+76=293 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.12% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 76 (30.08% from 255 or 25.94% from 293); Max value from RGB is 182 - color contains mainly: red. Hex color #B6234C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6234C is #49DCB3. Grayscale: #535353. Windows color (decimal): -4840628 or 4989878. OLE color: 4989878.

HSL color Cylindrical-coordinate representation of color #B6234C: hue angle of 343.27º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B6234C is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB1823576-
CMYK00.810.580.29
HSL343.27º67.74%42.55%-
HSV(B)343.27º80.77%71.37%-
XYZ21.211.677.97-
YUV83.63123.7198.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 62.12%
GREEN value IS 35 (14.06% from 255) = 11.95%
BLUE value IS 76 (30.08% from 255) = 25.94%
R=62.12%
G=11.95%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182357600.810.580.29343.2767.7442.55
HexB6234C0513A1D157442b
Octal266431140121723552710453
Binary10110110100011100110001010001111010111011010101111000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6234C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6234C; }

 p { color: rgb(182,35,76); }

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

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

 a { background-color: rgb(182,35,76); }

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

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

 span { border-color: rgb(182,35,76); }

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