#bd2358

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

Shades of Old Rose #BD2358

Tints of Old Rose #BD2358

Color information

#BD2358 (or 0xBD2358) is unknown color: approx Old Rose. HEX triplet: BD, 23 and 58. RGB value is (189,35,88). Sum of RGB (Red+Green+Blue) = 189+35+88=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 88 (34.77% from 255 or 28.21% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2358 is #42DCA7. Grayscale: #575757. Windows color (decimal): -4381864 or 5776317. OLE color: 5776317.

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

Color convert

RGB1893588-
CMYK00.810.530.26
HSL339.35º68.75%43.92%-
HSV(B)339.35º81.48%74.12%-
XYZ23.3512.7310.46-
YUV87.09128.52200.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60.58%
GREEN value IS 35 (14.06% from 255) = 11.22%
BLUE value IS 88 (34.77% from 255) = 28.21%
R=60.58%
G=11.22%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189358800.810.530.26339.3568.7543.92
HexBD2358051351A153452c
Octal275431300121653252310554
Binary10111101100011101100001010001110101110101010100111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd2358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd2358; }

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

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

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

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

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

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

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

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