Html Css Color HEX #BD2C4D Old Rose

📋 copy color: '#BD2C4D'

red 189 ◦ green 44 ◦ blue 77

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

Shades of Old Rose #BD2C4D

Tints of Old Rose #BD2C4D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.19%

 BLUE value IS 77 (30.47% from 255) = 24.84%

R = 60.97%
G = 14.19%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD2C4D (or 0xBD2C4D) is known color: Old Rose. HEX triplet: BD, 2C and 4D. RGB value is (189,44,77). Sum of RGB (Red+Green+Blue) = 189+44+77=310 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.97% from 310); Green value is 44 (17.58% from 255 or 14.19% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2C4D is #42D3B2. Grayscale: #5B5B5B. Windows color (decimal): -4379571 or 5057725. OLE color: 5057725.

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

Color convert

RGB 189 44 77 -
CMYK 0 0.77 0.59 0.26
HSL 346.34º 0.62% 0.46% -
HSV(B) 346.34º 0.77% 0.74% -
XYZ 23.23 13.16 8.34 -
YUV 91.12 120.04 197.82 -
System Red Green Blue C M Y K H S L
Decimal 189 44 77 0 0.77 0.59 0.26 346.34 0.62 0.46
Hex BD 2C 4D 0 4D 3B 1A 15A 3E 2E
Octal 275 54 115 0 115 73 32 532 76 56
Binary 10111101 101100 1001101 0 1001101 111011 11010 101011010 111110 101110

Color Harmonies of #BD2C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2C4D

Black with #BD2C4D

Text Example


Text Example

White with #BD2C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2C4D; }

 p { color: rgb(189,44,77); }

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

background-color css

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

 a { background-color: rgb(189,44,77); }

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

border-color css

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

 span { border-color: rgb(189,44,77); }

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