Html Css Color HEX #B32D4A Old Rose

📋 copy color: '#B32D4A'

red 179 ◦ green 45 ◦ blue 74

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

Shades of Old Rose #B32D4A

Tints of Old Rose #B32D4A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.1%

 BLUE value IS 74 (29.3% from 255) = 24.83%

R = 60.07%
G = 15.1%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B32D4A (or 0xB32D4A) is known color: Old Rose. HEX triplet: B3, 2D and 4A. RGB value is (179,45,74). Sum of RGB (Red+Green+Blue) = 179+45+74=298 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.07% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32D4A is #4CD2B5. Grayscale: #585858. Windows color (decimal): -5034678 or 4861363. OLE color: 4861363.

HSL color Cylindrical-coordinate representation of color #B32D4A: hue angle of 347.01º degrees, saturation: 0.6, 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 #B32D4A is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 45 74 -
CMYK 0 0.75 0.59 0.30
HSL 347.01º 0.6% 0.44% -
HSV(B) 347.01º 0.75% 0.7% -
XYZ 20.76 11.95 7.69 -
YUV 88.37 119.89 192.64 -
System Red Green Blue C M Y K H S L
Decimal 179 45 74 0 0.75 0.59 0.30 347.01 0.6 0.44
Hex B3 2D 4A 0 4B 3B 1E 15B 3C 2C
Octal 263 55 112 0 113 73 36 533 74 54
Binary 10110011 101101 1001010 0 1001011 111011 11110 101011011 111100 101100

Color Harmonies of #B32D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32D4A

Black with #B32D4A

Text Example


Text Example

White with #B32D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32D4A; }

 p { color: rgb(179,45,74); }

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

background-color css

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

 a { background-color: rgb(179,45,74); }

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

border-color css

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

 span { border-color: rgb(179,45,74); }

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