Html Css Color HEX #BD1D4F Old Rose

📋 copy color: '#BD1D4F'

red 189 ◦ green 29 ◦ blue 79

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

Shades of Old Rose #BD1D4F

Tints of Old Rose #BD1D4F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.76%

 BLUE value IS 79 (31.25% from 255) = 26.6%

R = 63.64%
G = 9.76%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BD1D4F (or 0xBD1D4F) is known color: Old Rose. HEX triplet: BD, 1D and 4F. RGB value is (189,29,79). Sum of RGB (Red+Green+Blue) = 189+29+79=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 29 (11.72% from 255 or 9.76% from 297); Blue value is 79 (31.25% from 255 or 26.60% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1D4F is #42E2B0. Grayscale: #525252. Windows color (decimal): -4383409 or 5184957. OLE color: 5184957.

HSL color Cylindrical-coordinate representation of color #BD1D4F: hue angle of 341.25º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD1D4F is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 29 79 -
CMYK 0 0.85 0.58 0.26
HSL 341.25º 0.73% 0.43% -
HSV(B) 341.25º 0.85% 0.74% -
XYZ 22.84 12.26 8.56 -
YUV 82.54 126.01 203.93 -
System Red Green Blue C M Y K H S L
Decimal 189 29 79 0 0.85 0.58 0.26 341.25 0.73 0.43
Hex BD 1D 4F 0 55 3A 1A 155 49 2B
Octal 275 35 117 0 125 72 32 525 111 53
Binary 10111101 11101 1001111 0 1010101 111010 11010 101010101 1001001 101011

Color Harmonies of #BD1D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1D4F

Black with #BD1D4F

Text Example


Text Example

White with #BD1D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1D4F; }

 p { color: rgb(189,29,79); }

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

background-color css

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

 a { background-color: rgb(189,29,79); }

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

border-color css

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

 span { border-color: rgb(189,29,79); }

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