Html Css Color HEX #B3354E Old Rose

📋 copy color: '#B3354E'

red 179 ◦ green 53 ◦ blue 78

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

Shades of Old Rose #B3354E

Tints of Old Rose #B3354E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.1%

 BLUE value IS 78 (30.86% from 255) = 25.16%

R = 57.74%
G = 17.1%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B3354E (or 0xB3354E) is known color: Old Rose. HEX triplet: B3, 35 and 4E. RGB value is (179,53,78). Sum of RGB (Red+Green+Blue) = 179+53+78=310 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.74% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 179 - color contains mainly: red. Hex color #B3354E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3354E is #4CCAB1. Grayscale: #5D5D5D. Windows color (decimal): -5032626 or 5125555. OLE color: 5125555.

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

Color convert

RGB 179 53 78 -
CMYK 0 0.70 0.56 0.30
HSL 348.1º 0.54% 0.45% -
HSV(B) 348.1º 0.7% 0.7% -
XYZ 21.24 12.68 8.54 -
YUV 93.52 119.24 188.97 -
System Red Green Blue C M Y K H S L
Decimal 179 53 78 0 0.70 0.56 0.30 348.1 0.54 0.45
Hex B3 35 4E 0 46 38 1E 15C 36 2D
Octal 263 65 116 0 106 70 36 534 66 55
Binary 10110011 110101 1001110 0 1000110 111000 11110 101011100 110110 101101

Color Harmonies of #B3354E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3354E

Black with #B3354E

Text Example


Text Example

White with #B3354E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3354E; }

 p { color: rgb(179,53,78); }

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

background-color css

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

 a { background-color: rgb(179,53,78); }

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

border-color css

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

 span { border-color: rgb(179,53,78); }

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