Html Css Color HEX #B32046 Old Rose

📋 copy color: '#B32046'

red 179 ◦ green 32 ◦ blue 70

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

Shades of Old Rose #B32046

Tints of Old Rose #B32046

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.39%

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

R = 63.7%
G = 11.39%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B32046 (or 0xB32046) is known color: Old Rose. HEX triplet: B3, 20 and 46. RGB value is (179,32,70). Sum of RGB (Red+Green+Blue) = 179+32+70=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 70 (27.73% from 255 or 24.91% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B32046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32046 is #4CDFB9. Grayscale: #505050. Windows color (decimal): -5038010 or 4595891. OLE color: 4595891.

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

Color convert

RGB 179 32 70 -
CMYK 0 0.82 0.61 0.30
HSL 344.49º 0.7% 0.41% -
HSV(B) 344.49º 0.82% 0.7% -
XYZ 20.21 11.06 6.86 -
YUV 80.29 122.2 198.41 -
System Red Green Blue C M Y K H S L
Decimal 179 32 70 0 0.82 0.61 0.30 344.49 0.7 0.41
Hex B3 20 46 0 52 3D 1E 158 46 29
Octal 263 40 106 0 122 75 36 530 106 51
Binary 10110011 100000 1000110 0 1010010 111101 11110 101011000 1000110 101001

Color Harmonies of #B32046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32046

Black with #B32046

Text Example


Text Example

White with #B32046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32046; }

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

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

background-color css

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

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

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

border-color css

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

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

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