#BD234A

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

Shades of Old Rose #BD234A

Tints of Old Rose #BD234A

Color information

#BD234A (or 0xBD234A) is unknown color: approx Old Rose. HEX triplet: BD, 23 and 4A. RGB value is (189,35,74). Sum of RGB (Red+Green+Blue) = 189+35+74=298 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.42% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 189 - color contains mainly: red. Hex color #BD234A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD234A is #42DCB5. Grayscale: #555555. Windows color (decimal): -4381878 or 4858813. OLE color: 4858813.

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

Color convert

RGB1893574-
CMYK00.810.610.26
HSL344.81º68.75%43.92%-
HSV(B)344.81º81.48%74.12%-
XYZ22.8212.527.69-
YUV85.49121.52201.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 63.42%
GREEN value IS 35 (14.06% from 255) = 11.74%
BLUE value IS 74 (29.30% from 255) = 24.83%
R=63.42%
G=11.74%
B=24.83%

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
Decimal189357400.810.610.26344.8168.7543.92
HexBD234A0513D1A159452c
Octal275431120121753253110554
Binary10111101100011100101001010001111101110101010110011000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD234A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD234A; }

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

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

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

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

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

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

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

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