Html Css Color HEX #B32953 Old Rose

📋 copy color: '#B32953'

red 179 ◦ green 41 ◦ blue 83

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

Shades of Old Rose #B32953

Tints of Old Rose #B32953

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.53%

 BLUE value IS 83 (32.81% from 255) = 27.39%

R = 59.08%
G = 13.53%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B32953 (or 0xB32953) is known color: Old Rose. HEX triplet: B3, 29 and 53. RGB value is (179,41,83). Sum of RGB (Red+Green+Blue) = 179+41+83=303 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.08% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 83 (32.81% from 255 or 27.39% from 303); Max value from RGB is 179 - color contains mainly: red. Hex color #B32953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32953 is #4CD6AC. Grayscale: #575757. Windows color (decimal): -5035693 or 5450163. OLE color: 5450163.

HSL color Cylindrical-coordinate representation of color #B32953: hue angle of 341.74º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B32953 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 41 83 -
CMYK 0 0.77 0.54 0.30
HSL 341.74º 0.63% 0.43% -
HSV(B) 341.74º 0.77% 0.7% -
XYZ 20.94 11.79 9.36 -
YUV 87.05 125.72 193.58 -
System Red Green Blue C M Y K H S L
Decimal 179 41 83 0 0.77 0.54 0.30 341.74 0.63 0.43
Hex B3 29 53 0 4D 36 1E 156 3F 2B
Octal 263 51 123 0 115 66 36 526 77 53
Binary 10110011 101001 1010011 0 1001101 110110 11110 101010110 111111 101011

Color Harmonies of #B32953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32953

Black with #B32953

Text Example


Text Example

White with #B32953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32953; }

 p { color: rgb(179,41,83); }

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

background-color css

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

 a { background-color: rgb(179,41,83); }

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

border-color css

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

 span { border-color: rgb(179,41,83); }

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