Html Css Color HEX #B32B47 Old Rose

📋 copy color: '#B32B47'

red 179 ◦ green 43 ◦ blue 71

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

Shades of Old Rose #B32B47

Tints of Old Rose #B32B47

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.68%

 BLUE value IS 71 (28.13% from 255) = 24.23%

R = 61.09%
G = 14.68%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B32B47 (or 0xB32B47) is known color: Old Rose. HEX triplet: B3, 2B and 47. RGB value is (179,43,71). Sum of RGB (Red+Green+Blue) = 179+43+71=293 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.09% from 293); Green value is 43 (17.19% from 255 or 14.68% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 179 - color contains mainly: red. Hex color #B32B47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32B47 is #4CD4B8. Grayscale: #565656. Windows color (decimal): -5035193 or 4664243. OLE color: 4664243.

HSL color Cylindrical-coordinate representation of color #B32B47: hue angle of 347.65º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B32B47 is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 43 71 -
CMYK 0 0.76 0.60 0.30
HSL 347.65º 0.61% 0.44% -
HSV(B) 347.65º 0.76% 0.7% -
XYZ 20.59 11.77 7.15 -
YUV 86.86 119.06 193.72 -
System Red Green Blue C M Y K H S L
Decimal 179 43 71 0 0.76 0.60 0.30 347.65 0.61 0.44
Hex B3 2B 47 0 4C 3C 1E 15C 3D 2C
Octal 263 53 107 0 114 74 36 534 75 54
Binary 10110011 101011 1000111 0 1001100 111100 11110 101011100 111101 101100

Color Harmonies of #B32B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32B47

Black with #B32B47

Text Example


Text Example

White with #B32B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32B47; }

 p { color: rgb(179,43,71); }

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

background-color css

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

 a { background-color: rgb(179,43,71); }

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

border-color css

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

 span { border-color: rgb(179,43,71); }

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