#B6234B

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

Shades of Old Rose #B6234B

Tints of Old Rose #B6234B

Color information

#B6234B (or 0xB6234B) is unknown color: approx Old Rose. HEX triplet: B6, 23 and 4B. RGB value is (182,35,75). Sum of RGB (Red+Green+Blue) = 182+35+75=292 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.33% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 75 (29.69% from 255 or 25.68% from 292); Max value from RGB is 182 - color contains mainly: red. Hex color #B6234B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6234B is #49DCB4. Grayscale: #535353. Windows color (decimal): -4840629 or 4924342. OLE color: 4924342.

HSL color Cylindrical-coordinate representation of color #B6234B: hue angle of 343.67º 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 #B6234B is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB1823575-
CMYK00.810.590.29
HSL343.67º67.74%42.55%-
HSV(B)343.67º80.77%71.37%-
XYZ21.1611.667.79-
YUV83.51123.2198.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 62.33%
GREEN value IS 35 (14.06% from 255) = 11.99%
BLUE value IS 75 (29.69% from 255) = 25.68%
R=62.33%
G=11.99%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182357500.810.590.29343.6767.7442.55
HexB6234B0513B1D158442b
Octal266431130121733553010453
Binary10110110100011100101101010001111011111011010110001000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6234B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6234B; }

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

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

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

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

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

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

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

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