Html Css Color HEX #B32551 Old Rose

📋 copy color: '#B32551'

red 179 ◦ green 37 ◦ blue 81

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

Shades of Old Rose #B32551

Tints of Old Rose #B32551

RGB

 RED value IS 179 (70.31% from 255) = 60.27%

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

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

R = 60.27%
G = 12.46%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B32551 (or 0xB32551) is known color: Old Rose. HEX triplet: B3, 25 and 51. RGB value is (179,37,81). Sum of RGB (Red+Green+Blue) = 179+37+81=297 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.27% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 81 (32.03% from 255 or 27.27% from 297); Max value from RGB is 179 - color contains mainly: red. Hex color #B32551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32551 is #4CDAAE. Grayscale: #545454. Windows color (decimal): -5036719 or 5318067. OLE color: 5318067.

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

Color convert

RGB 179 37 81 -
CMYK 0 0.79 0.55 0.30
HSL 341.41º 0.66% 0.42% -
HSV(B) 341.41º 0.79% 0.7% -
XYZ 20.74 11.5 8.91 -
YUV 84.47 126.04 195.42 -
System Red Green Blue C M Y K H S L
Decimal 179 37 81 0 0.79 0.55 0.30 341.41 0.66 0.42
Hex B3 25 51 0 4F 37 1E 155 42 2A
Octal 263 45 121 0 117 67 36 525 102 52
Binary 10110011 100101 1010001 0 1001111 110111 11110 101010101 1000010 101010

Color Harmonies of #B32551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32551

Black with #B32551

Text Example


Text Example

White with #B32551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32551; }

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

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

background-color css

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

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

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

border-color css

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

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

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