Html Css Color HEX #B32C4A Old Rose

📋 copy color: '#B32C4A'

red 179 ◦ green 44 ◦ blue 74

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

Shades of Old Rose #B32C4A

Tints of Old Rose #B32C4A

RGB

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

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

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

R = 60.27%
G = 14.81%
B = 24.92%

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

#B32C4A (or 0xB32C4A) is known color: Old Rose. HEX triplet: B3, 2C and 4A. RGB value is (179,44,74). Sum of RGB (Red+Green+Blue) = 179+44+74=297 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.27% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 179 - color contains mainly: red. Hex color #B32C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32C4A is #4CD3B5. Grayscale: #575757. Windows color (decimal): -5034934 or 4861107. OLE color: 4861107.

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

Color convert

RGB 179 44 74 -
CMYK 0 0.75 0.59 0.30
HSL 346.67º 0.61% 0.44% -
HSV(B) 346.67º 0.75% 0.7% -
XYZ 20.73 11.88 7.68 -
YUV 87.79 120.23 193.06 -
System Red Green Blue C M Y K H S L
Decimal 179 44 74 0 0.75 0.59 0.30 346.67 0.61 0.44
Hex B3 2C 4A 0 4B 3B 1E 15B 3D 2C
Octal 263 54 112 0 113 73 36 533 75 54
Binary 10110011 101100 1001010 0 1001011 111011 11110 101011011 111101 101100

Color Harmonies of #B32C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32C4A

Black with #B32C4A

Text Example


Text Example

White with #B32C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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