Html Css Color HEX #B3364C Old Rose

📋 copy color: '#B3364C'

red 179 ◦ green 54 ◦ blue 76

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

Shades of Old Rose #B3364C

Tints of Old Rose #B3364C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.48%

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

R = 57.93%
G = 17.48%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B3364C (or 0xB3364C) is known color: Old Rose. HEX triplet: B3, 36 and 4C. RGB value is (179,54,76). Sum of RGB (Red+Green+Blue) = 179+54+76=309 (40% of max value = 765). Red value is 179 (70.31% from 255 or 57.93% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 179 - color contains mainly: red. Hex color #B3364C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3364C is #4CC9B3. Grayscale: #5D5D5D. Windows color (decimal): -5032372 or 4994739. OLE color: 4994739.

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

Color convert

RGB 179 54 76 -
CMYK 0 0.70 0.58 0.30
HSL 349.44º 0.54% 0.46% -
HSV(B) 349.44º 0.7% 0.7% -
XYZ 21.21 12.74 8.18 -
YUV 93.88 117.91 188.71 -
System Red Green Blue C M Y K H S L
Decimal 179 54 76 0 0.70 0.58 0.30 349.44 0.54 0.46
Hex B3 36 4C 0 46 3A 1E 15D 36 2E
Octal 263 66 114 0 106 72 36 535 66 56
Binary 10110011 110110 1001100 0 1000110 111010 11110 101011101 110110 101110

Color Harmonies of #B3364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3364C

Black with #B3364C

Text Example


Text Example

White with #B3364C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3364C; }

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

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

background-color css

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

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

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

border-color css

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

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

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