Html Css Color HEX #BD2D4C Old Rose

📋 copy color: '#BD2D4C'

red 189 ◦ green 45 ◦ blue 76

#BD2D4C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #BD2D4C

Tints of Old Rose #BD2D4C

RGB

 RED value IS 189 (74.22% from 255) = 60.97%

 GREEN value IS 45 (17.97% from 255) = 14.52%

 BLUE value IS 76 (30.08% from 255) = 24.52%

R = 60.97%
G = 14.52%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD2D4C (or 0xBD2D4C) is known color: Old Rose. HEX triplet: BD, 2D and 4C. RGB value is (189,45,76). Sum of RGB (Red+Green+Blue) = 189+45+76=310 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.97% from 310); Green value is 45 (17.97% from 255 or 14.52% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2D4C is #42D2B3. Grayscale: #5B5B5B. Windows color (decimal): -4379316 or 4992445. OLE color: 4992445.

HSL color Cylindrical-coordinate representation of color #BD2D4C: hue angle of 347.08º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD2D4C is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 45 76 -
CMYK 0 0.76 0.60 0.26
HSL 347.08º 0.62% 0.46% -
HSV(B) 347.08º 0.76% 0.74% -
XYZ 23.23 13.22 8.16 -
YUV 91.59 119.21 197.48 -
System Red Green Blue C M Y K H S L
Decimal 189 45 76 0 0.76 0.60 0.26 347.08 0.62 0.46
Hex BD 2D 4C 0 4C 3C 1A 15B 3E 2E
Octal 275 55 114 0 114 74 32 533 76 56
Binary 10111101 101101 1001100 0 1001100 111100 11010 101011011 111110 101110

Color Harmonies of #BD2D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2D4C

Black with #BD2D4C

Text Example


Text Example

White with #BD2D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2D4C; }

 p { color: rgb(189,45,76); }

 H1.HeaderClassName
 {
   color: #BD2D4C;
 }
 .AnyTagClassName
 {
   color: #BD2D4C;
 }
</style>

background-color css

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

 a { background-color: rgb(189,45,76); }

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

border-color css

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

 span { border-color: rgb(189,45,76); }

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