Html Css Color HEX #B3204C Old Rose

📋 copy color: '#B3204C'

red 179 ◦ green 32 ◦ blue 76

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

Shades of Old Rose #B3204C

Tints of Old Rose #B3204C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.15%

 BLUE value IS 76 (30.08% from 255) = 26.48%

R = 62.37%
G = 11.15%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B3204C (or 0xB3204C) is known color: Old Rose. HEX triplet: B3, 20 and 4C. RGB value is (179,32,76). Sum of RGB (Red+Green+Blue) = 179+32+76=287 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.37% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 179 - color contains mainly: red. Hex color #B3204C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3204C is #4CDFB3. Grayscale: #505050. Windows color (decimal): -5038004 or 4989107. OLE color: 4989107.

HSL color Cylindrical-coordinate representation of color #B3204C: hue angle of 342.04º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B3204C is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 32 76 -
CMYK 0 0.82 0.58 0.30
HSL 342.04º 0.7% 0.41% -
HSV(B) 342.04º 0.82% 0.7% -
XYZ 20.41 11.14 7.91 -
YUV 80.97 125.2 197.92 -
System Red Green Blue C M Y K H S L
Decimal 179 32 76 0 0.82 0.58 0.30 342.04 0.7 0.41
Hex B3 20 4C 0 52 3A 1E 156 46 29
Octal 263 40 114 0 122 72 36 526 106 51
Binary 10110011 100000 1001100 0 1010010 111010 11110 101010110 1000110 101001

Color Harmonies of #B3204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3204C

Black with #B3204C

Text Example


Text Example

White with #B3204C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3204C; }

 p { color: rgb(179,32,76); }

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

background-color css

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

 a { background-color: rgb(179,32,76); }

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

border-color css

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

 span { border-color: rgb(179,32,76); }

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