Html Css Color HEX #BD1B52 Old Rose

📋 copy color: '#BD1B52'

red 189 ◦ green 27 ◦ blue 82

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

Shades of Old Rose #BD1B52

Tints of Old Rose #BD1B52

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.06%

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

R = 63.42%
G = 9.06%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BD1B52 (or 0xBD1B52) is known color: Old Rose. HEX triplet: BD, 1B and 52. RGB value is (189,27,82). Sum of RGB (Red+Green+Blue) = 189+27+82=298 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.42% from 298); Green value is 27 (10.94% from 255 or 9.06% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1B52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1B52 is #42E4AD. Grayscale: #515151. Windows color (decimal): -4383918 or 5381053. OLE color: 5381053.

HSL color Cylindrical-coordinate representation of color #BD1B52: hue angle of 339.63º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD1B52 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 27 82 -
CMYK 0 0.86 0.57 0.26
HSL 339.63º 0.75% 0.42% -
HSV(B) 339.63º 0.86% 0.74% -
XYZ 22.9 12.21 9.13 -
YUV 81.71 128.17 204.53 -
System Red Green Blue C M Y K H S L
Decimal 189 27 82 0 0.86 0.57 0.26 339.63 0.75 0.42
Hex BD 1B 52 0 56 39 1A 154 4B 2A
Octal 275 33 122 0 126 71 32 524 113 52
Binary 10111101 11011 1010010 0 1010110 111001 11010 101010100 1001011 101010

Color Harmonies of #BD1B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1B52

Black with #BD1B52

Text Example


Text Example

White with #BD1B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1B52; }

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

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

background-color css

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

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

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

border-color css

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

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

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