Html Css Color HEX #B32C4E Old Rose

📋 copy color: '#B32C4E'

red 179 ◦ green 44 ◦ blue 78

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

Shades of Old Rose #B32C4E

Tints of Old Rose #B32C4E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.62%

 BLUE value IS 78 (30.86% from 255) = 25.91%

R = 59.47%
G = 14.62%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B32C4E (or 0xB32C4E) is known color: Old Rose. HEX triplet: B3, 2C and 4E. RGB value is (179,44,78). Sum of RGB (Red+Green+Blue) = 179+44+78=301 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.47% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 179 - color contains mainly: red. Hex color #B32C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32C4E is #4CD3B1. Grayscale: #585858. Windows color (decimal): -5034930 or 5123251. OLE color: 5123251.

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

Color convert

RGB 179 44 78 -
CMYK 0 0.75 0.56 0.30
HSL 344.89º 0.61% 0.44% -
HSV(B) 344.89º 0.75% 0.7% -
XYZ 20.87 11.94 8.41 -
YUV 88.24 122.23 192.74 -
System Red Green Blue C M Y K H S L
Decimal 179 44 78 0 0.75 0.56 0.30 344.89 0.61 0.44
Hex B3 2C 4E 0 4B 38 1E 159 3D 2C
Octal 263 54 116 0 113 70 36 531 75 54
Binary 10110011 101100 1001110 0 1001011 111000 11110 101011001 111101 101100

Color Harmonies of #B32C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32C4E

Black with #B32C4E

Text Example


Text Example

White with #B32C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32C4E; }

 p { color: rgb(179,44,78); }

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

background-color css

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

 a { background-color: rgb(179,44,78); }

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

border-color css

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

 span { border-color: rgb(179,44,78); }

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