Html Css Color HEX #BD2D55 Old Rose

📋 copy color: '#BD2D55'

red 189 ◦ green 45 ◦ blue 85

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

Shades of Old Rose #BD2D55

Tints of Old Rose #BD2D55

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.11%

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

R = 59.25%
G = 14.11%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BD2D55 (or 0xBD2D55) is known color: Old Rose. HEX triplet: BD, 2D and 55. RGB value is (189,45,85). Sum of RGB (Red+Green+Blue) = 189+45+85=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2D55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2D55 is #42D2AA. Grayscale: #5C5C5C. Windows color (decimal): -4379307 or 5582269. OLE color: 5582269.

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

Color convert

RGB 189 45 85 -
CMYK 0 0.76 0.55 0.26
HSL 343.33º 0.62% 0.46% -
HSV(B) 343.33º 0.76% 0.74% -
XYZ 23.56 13.35 9.93 -
YUV 92.62 123.71 196.75 -
System Red Green Blue C M Y K H S L
Decimal 189 45 85 0 0.76 0.55 0.26 343.33 0.62 0.46
Hex BD 2D 55 0 4C 37 1A 157 3E 2E
Octal 275 55 125 0 114 67 32 527 76 56
Binary 10111101 101101 1010101 0 1001100 110111 11010 101010111 111110 101110

Color Harmonies of #BD2D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2D55

Black with #BD2D55

Text Example


Text Example

White with #BD2D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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