#BD2349

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

Shades of Old Rose #BD2349

Tints of Old Rose #BD2349

Color information

#BD2349 (or 0xBD2349) is unknown color: approx Old Rose. HEX triplet: BD, 23 and 49. RGB value is (189,35,73). Sum of RGB (Red+Green+Blue) = 189+35+73=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2349 is #42DCB6. Grayscale: #555555. Windows color (decimal): -4381879 or 4793277. OLE color: 4793277.

HSL color Cylindrical-coordinate representation of color #BD2349: hue angle of 345.19º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2349 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB1893573-
CMYK00.810.610.26
HSL345.19º68.75%43.92%-
HSV(B)345.19º81.48%74.12%-
XYZ22.7912.57.52-
YUV85.38121.02201.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 63.64%
GREEN value IS 35 (14.06% from 255) = 11.78%
BLUE value IS 73 (28.91% from 255) = 24.58%
R=63.64%
G=11.78%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189357300.810.610.26345.1968.7543.92
HexBD23490513D1A159452c
Octal275431110121753253110554
Binary10111101100011100100101010001111101110101010110011000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2349; }

 p { color: rgb(189,35,73); }

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

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

 a { background-color: rgb(189,35,73); }

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

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

 span { border-color: rgb(189,35,73); }

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