Html Css Color HEX #B3334C Old Rose

📋 copy color: '#B3334C'

red 179 ◦ green 51 ◦ blue 76

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

Shades of Old Rose #B3334C

Tints of Old Rose #B3334C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.67%

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

R = 58.5%
G = 16.67%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B3334C (or 0xB3334C) is known color: Old Rose. HEX triplet: B3, 33 and 4C. RGB value is (179,51,76). Sum of RGB (Red+Green+Blue) = 179+51+76=306 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.50% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 179 - color contains mainly: red. Hex color #B3334C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3334C is #4CCCB3. Grayscale: #5C5C5C. Windows color (decimal): -5033140 or 4993971. OLE color: 4993971.

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

Color convert

RGB 179 51 76 -
CMYK 0 0.72 0.58 0.30
HSL 348.28º 0.56% 0.45% -
HSV(B) 348.28º 0.72% 0.7% -
XYZ 21.08 12.47 8.13 -
YUV 92.12 118.91 189.97 -
System Red Green Blue C M Y K H S L
Decimal 179 51 76 0 0.72 0.58 0.30 348.28 0.56 0.45
Hex B3 33 4C 0 48 3A 1E 15C 38 2D
Octal 263 63 114 0 110 72 36 534 70 55
Binary 10110011 110011 1001100 0 1001000 111010 11110 101011100 111000 101101

Color Harmonies of #B3334C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3334C

Black with #B3334C

Text Example


Text Example

White with #B3334C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3334C; }

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

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

background-color css

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

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

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

border-color css

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

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

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