Html Css Color HEX #B51D4B Old Rose

📋 copy color: '#B51D4B'

red 181 ◦ green 29 ◦ blue 75

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

Shades of Old Rose #B51D4B

Tints of Old Rose #B51D4B

RGB

 RED value IS 181 (71.09% from 255) = 63.51%

 GREEN value IS 29 (11.72% from 255) = 10.18%

 BLUE value IS 75 (29.69% from 255) = 26.32%

R = 63.51%
G = 10.18%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B51D4B (or 0xB51D4B) is known color: Old Rose. HEX triplet: B5, 1D and 4B. RGB value is (181,29,75). Sum of RGB (Red+Green+Blue) = 181+29+75=285 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.51% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 181 - color contains mainly: red. Hex color #B51D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51D4B is #4AE2B4. Grayscale: #4F4F4F. Windows color (decimal): -4907701 or 4922805. OLE color: 4922805.

HSL color Cylindrical-coordinate representation of color #B51D4B: hue angle of 341.84º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B51D4B is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 29 75 -
CMYK 0 0.84 0.59 0.29
HSL 341.84º 0.72% 0.41% -
HSV(B) 341.84º 0.84% 0.71% -
XYZ 20.77 11.21 7.73 -
YUV 79.69 125.36 200.26 -
System Red Green Blue C M Y K H S L
Decimal 181 29 75 0 0.84 0.59 0.29 341.84 0.72 0.41
Hex B5 1D 4B 0 54 3B 1D 156 48 29
Octal 265 35 113 0 124 73 35 526 110 51
Binary 10110101 11101 1001011 0 1010100 111011 11101 101010110 1001000 101001

Color Harmonies of #B51D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51D4B

Black with #B51D4B

Text Example


Text Example

White with #B51D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51D4B; }

 p { color: rgb(181,29,75); }

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

background-color css

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

 a { background-color: rgb(181,29,75); }

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

border-color css

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

 span { border-color: rgb(181,29,75); }

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