Html Css Color HEX #B32946 Old Rose

📋 copy color: '#B32946'

red 179 ◦ green 41 ◦ blue 70

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

Shades of Old Rose #B32946

Tints of Old Rose #B32946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.14%

R = 61.72%
G = 14.14%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B32946 (or 0xB32946) is known color: Old Rose. HEX triplet: B3, 29 and 46. RGB value is (179,41,70). Sum of RGB (Red+Green+Blue) = 179+41+70=290 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.72% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 70 (27.73% from 255 or 24.14% from 290); Max value from RGB is 179 - color contains mainly: red. Hex color #B32946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32946 is #4CD6B9. Grayscale: #555555. Windows color (decimal): -5035706 or 4598195. OLE color: 4598195.

HSL color Cylindrical-coordinate representation of color #B32946: hue angle of 347.39º 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 #B32946 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 41 70 -
CMYK 0 0.77 0.61 0.30
HSL 347.39º 0.63% 0.43% -
HSV(B) 347.39º 0.77% 0.7% -
XYZ 20.49 11.61 6.96 -
YUV 85.57 119.22 194.64 -
System Red Green Blue C M Y K H S L
Decimal 179 41 70 0 0.77 0.61 0.30 347.39 0.63 0.43
Hex B3 29 46 0 4D 3D 1E 15B 3F 2B
Octal 263 51 106 0 115 75 36 533 77 53
Binary 10110011 101001 1000110 0 1001101 111101 11110 101011011 111111 101011

Color Harmonies of #B32946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32946

Black with #B32946

Text Example


Text Example

White with #B32946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32946; }

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

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

background-color css

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

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

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

border-color css

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

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

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