Html Css Color HEX #B32947 Old Rose

📋 copy color: '#B32947'

red 179 ◦ green 41 ◦ blue 71

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

Shades of Old Rose #B32947

Tints of Old Rose #B32947

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.09%

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

R = 61.51%
G = 14.09%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B32947 (or 0xB32947) is known color: Old Rose. HEX triplet: B3, 29 and 47. RGB value is (179,41,71). Sum of RGB (Red+Green+Blue) = 179+41+71=291 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.51% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 71 (28.12% from 255 or 24.40% from 291); Max value from RGB is 179 - color contains mainly: red. Hex color #B32947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32947 is #4CD6B8. Grayscale: #555555. Windows color (decimal): -5035705 or 4663731. OLE color: 4663731.

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

Color convert

RGB 179 41 71 -
CMYK 0 0.77 0.60 0.30
HSL 346.96º 0.63% 0.43% -
HSV(B) 346.96º 0.77% 0.7% -
XYZ 20.52 11.62 7.12 -
YUV 85.68 119.72 194.56 -
System Red Green Blue C M Y K H S L
Decimal 179 41 71 0 0.77 0.60 0.30 346.96 0.63 0.43
Hex B3 29 47 0 4D 3C 1E 15B 3F 2B
Octal 263 51 107 0 115 74 36 533 77 53
Binary 10110011 101001 1000111 0 1001101 111100 11110 101011011 111111 101011

Color Harmonies of #B32947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32947

Black with #B32947

Text Example


Text Example

White with #B32947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32947; }

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

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

background-color css

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

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

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

border-color css

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

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

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