#BD2645

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

Shades of Old Rose #BD2645

Tints of Old Rose #BD2645

Color information

#BD2645 (or 0xBD2645) is unknown color: approx Old Rose. HEX triplet: BD, 26 and 45. RGB value is (189,38,69). Sum of RGB (Red+Green+Blue) = 189+38+69=296 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.85% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2645 is #42D9BA. Grayscale: #565656. Windows color (decimal): -4381115 or 4531901. OLE color: 4531901.

HSL color Cylindrical-coordinate representation of color #BD2645: hue angle of 347.68º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2645 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB1893869-
CMYK00.800.630.26
HSL347.68º66.52%44.51%-
HSV(B)347.68º79.89%74.12%-
XYZ22.7512.636.87-
YUV86.68118.03200.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 63.85%
GREEN value IS 38 (15.23% from 255) = 12.84%
BLUE value IS 69 (27.34% from 255) = 23.31%
R=63.85%
G=12.84%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189386900.800.630.26347.6866.5244.51
HexBD26450503F1A15c432d
Octal275461050120773253410355
Binary10111101100110100010101010000111111110101010111001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2645; }

 p { color: rgb(189,38,69); }

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

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

 a { background-color: rgb(189,38,69); }

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

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

 span { border-color: rgb(189,38,69); }

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