Html Css Color HEX #BD2D52 Old Rose

📋 copy color: '#BD2D52'

red 189 ◦ green 45 ◦ blue 82

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

Shades of Old Rose #BD2D52

Tints of Old Rose #BD2D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.95%

R = 59.81%
G = 14.24%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BD2D52 (or 0xBD2D52) is known color: Old Rose. HEX triplet: BD, 2D and 52. RGB value is (189,45,82). Sum of RGB (Red+Green+Blue) = 189+45+82=316 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.81% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2D52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2D52 is #42D2AD. Grayscale: #5C5C5C. Windows color (decimal): -4379310 or 5385661. OLE color: 5385661.

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

Color convert

RGB 189 45 82 -
CMYK 0 0.76 0.57 0.26
HSL 344.58º 0.62% 0.46% -
HSV(B) 344.58º 0.76% 0.74% -
XYZ 23.45 13.3 9.31 -
YUV 92.27 122.21 196.99 -
System Red Green Blue C M Y K H S L
Decimal 189 45 82 0 0.76 0.57 0.26 344.58 0.62 0.46
Hex BD 2D 52 0 4C 39 1A 159 3E 2E
Octal 275 55 122 0 114 71 32 531 76 56
Binary 10111101 101101 1010010 0 1001100 111001 11010 101011001 111110 101110

Color Harmonies of #BD2D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2D52

Black with #BD2D52

Text Example


Text Example

White with #BD2D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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