Html Css Color HEX #BD1E55 Old Rose

📋 copy color: '#BD1E55'

red 189 ◦ green 30 ◦ blue 85

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

Shades of Old Rose #BD1E55

Tints of Old Rose #BD1E55

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.87%

 BLUE value IS 85 (33.59% from 255) = 27.96%

R = 62.17%
G = 9.87%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BD1E55 (or 0xBD1E55) is known color: Old Rose. HEX triplet: BD, 1E and 55. RGB value is (189,30,85). Sum of RGB (Red+Green+Blue) = 189+30+85=304 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.17% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 85 (33.59% from 255 or 27.96% from 304); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1E55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1E55 is #42E1AA. Grayscale: #535353. Windows color (decimal): -4383147 or 5578429. OLE color: 5578429.

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

Color convert

RGB 189 30 85 -
CMYK 0 0.84 0.55 0.26
HSL 339.25º 0.73% 0.43% -
HSV(B) 339.25º 0.84% 0.74% -
XYZ 23.09 12.4 9.77 -
YUV 83.81 128.68 203.03 -
System Red Green Blue C M Y K H S L
Decimal 189 30 85 0 0.84 0.55 0.26 339.25 0.73 0.43
Hex BD 1E 55 0 54 37 1A 153 49 2B
Octal 275 36 125 0 124 67 32 523 111 53
Binary 10111101 11110 1010101 0 1010100 110111 11010 101010011 1001001 101011

Color Harmonies of #BD1E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1E55

Black with #BD1E55

Text Example


Text Example

White with #BD1E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1E55; }

 p { color: rgb(189,30,85); }

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

background-color css

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

 a { background-color: rgb(189,30,85); }

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

border-color css

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

 span { border-color: rgb(189,30,85); }

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