Html Css Color HEX #B32C4B Old Rose

📋 copy color: '#B32C4B'

red 179 ◦ green 44 ◦ blue 75

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

Shades of Old Rose #B32C4B

Tints of Old Rose #B32C4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.17%

R = 60.07%
G = 14.77%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B32C4B (or 0xB32C4B) is known color: Old Rose. HEX triplet: B3, 2C and 4B. RGB value is (179,44,75). Sum of RGB (Red+Green+Blue) = 179+44+75=298 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.07% from 298); Green value is 44 (17.58% from 255 or 14.77% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 179 - color contains mainly: red. Hex color #B32C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32C4B is #4CD3B4. Grayscale: #575757. Windows color (decimal): -5034933 or 4926643. OLE color: 4926643.

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

Color convert

RGB 179 44 75 -
CMYK 0 0.75 0.58 0.30
HSL 346.22º 0.61% 0.44% -
HSV(B) 346.22º 0.75% 0.7% -
XYZ 20.76 11.89 7.86 -
YUV 87.9 120.73 192.98 -
System Red Green Blue C M Y K H S L
Decimal 179 44 75 0 0.75 0.58 0.30 346.22 0.61 0.44
Hex B3 2C 4B 0 4B 3A 1E 15A 3D 2C
Octal 263 54 113 0 113 72 36 532 75 54
Binary 10110011 101100 1001011 0 1001011 111010 11110 101011010 111101 101100

Color Harmonies of #B32C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32C4B

Black with #B32C4B

Text Example


Text Example

White with #B32C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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