Html Css Color HEX #B3354B Old Rose

📋 copy color: '#B3354B'

red 179 ◦ green 53 ◦ blue 75

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

Shades of Old Rose #B3354B

Tints of Old Rose #B3354B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.43%

R = 58.31%
G = 17.26%
B = 24.43%

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

#B3354B (or 0xB3354B) is known color: Old Rose. HEX triplet: B3, 35 and 4B. RGB value is (179,53,75). Sum of RGB (Red+Green+Blue) = 179+53+75=307 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.31% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 179 - color contains mainly: red. Hex color #B3354B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3354B is #4CCAB4. Grayscale: #5D5D5D. Windows color (decimal): -5032629 or 4928947. OLE color: 4928947.

HSL color Cylindrical-coordinate representation of color #B3354B: hue angle of 349.52º 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 #B3354B is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 53 75 -
CMYK 0 0.70 0.58 0.30
HSL 349.52º 0.54% 0.45% -
HSV(B) 349.52º 0.7% 0.7% -
XYZ 21.13 12.64 7.98 -
YUV 93.18 117.74 189.21 -
System Red Green Blue C M Y K H S L
Decimal 179 53 75 0 0.70 0.58 0.30 349.52 0.54 0.45
Hex B3 35 4B 0 46 3A 1E 15E 36 2D
Octal 263 65 113 0 106 72 36 536 66 55
Binary 10110011 110101 1001011 0 1000110 111010 11110 101011110 110110 101101

Color Harmonies of #B3354B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3354B

Black with #B3354B

Text Example


Text Example

White with #B3354B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3354B; }

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

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

background-color css

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

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

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

border-color css

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

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

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