Html Css Color HEX #BD1C56 Old Rose

📋 copy color: '#BD1C56'

red 189 ◦ green 28 ◦ blue 86

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

Shades of Old Rose #BD1C56

Tints of Old Rose #BD1C56

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.24%

 BLUE value IS 86 (33.98% from 255) = 28.38%

R = 62.38%
G = 9.24%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BD1C56 (or 0xBD1C56) is known color: Old Rose. HEX triplet: BD, 1C and 56. RGB value is (189,28,86). Sum of RGB (Red+Green+Blue) = 189+28+86=303 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.38% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 86 (33.98% from 255 or 28.38% from 303); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1C56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1C56 is #42E3A9. Grayscale: #525252. Windows color (decimal): -4383658 or 5643453. OLE color: 5643453.

HSL color Cylindrical-coordinate representation of color #BD1C56: hue angle of 338.39º degrees, saturation: 0.74, 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 #BD1C56 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 28 86 -
CMYK 0 0.85 0.54 0.26
HSL 338.39º 0.74% 0.43% -
HSV(B) 338.39º 0.85% 0.74% -
XYZ 23.08 12.32 9.97 -
YUV 82.75 129.84 203.78 -
System Red Green Blue C M Y K H S L
Decimal 189 28 86 0 0.85 0.54 0.26 338.39 0.74 0.43
Hex BD 1C 56 0 55 36 1A 152 4A 2B
Octal 275 34 126 0 125 66 32 522 112 53
Binary 10111101 11100 1010110 0 1010101 110110 11010 101010010 1001010 101011

Color Harmonies of #BD1C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1C56

Black with #BD1C56

Text Example


Text Example

White with #BD1C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1C56; }

 p { color: rgb(189,28,86); }

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

background-color css

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

 a { background-color: rgb(189,28,86); }

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

border-color css

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

 span { border-color: rgb(189,28,86); }

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