Html Css Color HEX #B0354D Old Rose

📋 copy color: '#B0354D'

red 176 ◦ green 53 ◦ blue 77

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

Shades of Old Rose #B0354D

Tints of Old Rose #B0354D

RGB

 RED value IS 176 (69.14% from 255) = 57.52%

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

 BLUE value IS 77 (30.47% from 255) = 25.16%

R = 57.52%
G = 17.32%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B0354D (or 0xB0354D) is known color: Old Rose. HEX triplet: B0, 35 and 4D. RGB value is (176,53,77). Sum of RGB (Red+Green+Blue) = 176+53+77=306 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.52% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 176 - color contains mainly: red. Hex color #B0354D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0354D is #4FCAB2. Grayscale: #5C5C5C. Windows color (decimal): -5229235 or 5060016. OLE color: 5060016.

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

Color convert

RGB 176 53 77 -
CMYK 0 0.70 0.56 0.31
HSL 348.29º 0.54% 0.45% -
HSV(B) 348.29º 0.7% 0.69% -
XYZ 20.52 12.31 8.32 -
YUV 92.51 119.25 187.55 -
System Red Green Blue C M Y K H S L
Decimal 176 53 77 0 0.70 0.56 0.31 348.29 0.54 0.45
Hex B0 35 4D 0 46 38 1F 15C 36 2D
Octal 260 65 115 0 106 70 37 534 66 55
Binary 10110000 110101 1001101 0 1000110 111000 11111 101011100 110110 101101

Color Harmonies of #B0354D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0354D

Black with #B0354D

Text Example


Text Example

White with #B0354D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0354D; }

 p { color: rgb(176,53,77); }

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

background-color css

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

 a { background-color: rgb(176,53,77); }

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

border-color css

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

 span { border-color: rgb(176,53,77); }

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