Html Css Color HEX #B42551 Old Rose

📋 copy color: '#B42551'

red 180 ◦ green 37 ◦ blue 81

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

Shades of Old Rose #B42551

Tints of Old Rose #B42551

RGB

 RED value IS 180 (70.7% from 255) = 60.4%

 GREEN value IS 37 (14.84% from 255) = 12.42%

 BLUE value IS 81 (32.03% from 255) = 27.18%

R = 60.4%
G = 12.42%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B42551 (or 0xB42551) is known color: Old Rose. HEX triplet: B4, 25 and 51. RGB value is (180,37,81). Sum of RGB (Red+Green+Blue) = 180+37+81=298 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.40% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 81 (32.03% from 255 or 27.18% from 298); Max value from RGB is 180 - color contains mainly: red. Hex color #B42551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42551 is #4BDAAE. Grayscale: #545454. Windows color (decimal): -4971183 or 5318068. OLE color: 5318068.

HSL color Cylindrical-coordinate representation of color #B42551: hue angle of 341.54º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B42551 is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 37 81 -
CMYK 0 0.79 0.55 0.29
HSL 341.54º 0.66% 0.43% -
HSV(B) 341.54º 0.79% 0.71% -
XYZ 20.97 11.62 8.92 -
YUV 84.77 125.88 195.92 -
System Red Green Blue C M Y K H S L
Decimal 180 37 81 0 0.79 0.55 0.29 341.54 0.66 0.43
Hex B4 25 51 0 4F 37 1D 156 42 2B
Octal 264 45 121 0 117 67 35 526 102 53
Binary 10110100 100101 1010001 0 1001111 110111 11101 101010110 1000010 101011

Color Harmonies of #B42551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42551

Black with #B42551

Text Example


Text Example

White with #B42551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42551; }

 p { color: rgb(180,37,81); }

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

background-color css

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

 a { background-color: rgb(180,37,81); }

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

border-color css

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

 span { border-color: rgb(180,37,81); }

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