Html Css Color HEX #BD1E4E Old Rose

📋 copy color: '#BD1E4E'

red 189 ◦ green 30 ◦ blue 78

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

Shades of Old Rose #BD1E4E

Tints of Old Rose #BD1E4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 26.26%

R = 63.64%
G = 10.1%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD1E4E (or 0xBD1E4E) is known color: Old Rose. HEX triplet: BD, 1E and 4E. RGB value is (189,30,78). Sum of RGB (Red+Green+Blue) = 189+30+78=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 78 (30.86% from 255 or 26.26% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1E4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1E4E is #42E1B1. Grayscale: #525252. Windows color (decimal): -4383154 or 5119677. OLE color: 5119677.

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

Color convert

RGB 189 30 78 -
CMYK 0 0.84 0.59 0.26
HSL 341.89º 0.73% 0.43% -
HSV(B) 341.89º 0.84% 0.74% -
XYZ 22.83 12.3 8.38 -
YUV 83.01 125.18 203.6 -
System Red Green Blue C M Y K H S L
Decimal 189 30 78 0 0.84 0.59 0.26 341.89 0.73 0.43
Hex BD 1E 4E 0 54 3B 1A 156 49 2B
Octal 275 36 116 0 124 73 32 526 111 53
Binary 10111101 11110 1001110 0 1010100 111011 11010 101010110 1001001 101011

Color Harmonies of #BD1E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1E4E

Black with #BD1E4E

Text Example


Text Example

White with #BD1E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1E4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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